Skip to content

Commit

Permalink
chore: Update README.md and manifest.json for INTMAX Wallet integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mashharuki committed Jul 31, 2024
1 parent 18eaa0b commit c8b6330
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,33 @@ node のバージョンは、`18.18.0` 以上であることが必要です!
デプロイしたコントラクトを Verify するのに使うので以下サイトにアクセスして API キーを作成する。

**ScrollScan API Key**

- [https://scrollscan.com/myapikey](https://scrollscan.com/myapikey)

![](./docs/imgs/handson/1.png)

3. OpenZepplin Defender にログインして ScrollSepolia 上で Relayer を作成し、API キーを取得すること。

**OpenZeppelin Defender Relayer**

- [https://defender.openzeppelin.com/v2/#/manage/relayers](https://defender.openzeppelin.com/v2/#/manage/relayers)

![](./docs/imgs/handson/2.png)

*後ほど環境変数に使用するため以下の情報をコピペしておく。
![](./docs/imgs/handson/defender_api.png)

4. 上記で作成した Relayer のウォレットアドレスに少額の ETH (0.5 Sepolia ETHくらい)を送金する(Scroll Sepolia 上で送金してください!!)。
4. 上記で作成した Relayer のウォレットアドレスに少額の ETH (0.5 Sepolia ETH くらい)を送金する(Scroll Sepolia 上で送金してください!!)。

\***\*OpenZeppelin** Defender で作成した Relayer アドレス - ScrollScan\*\*

****OpenZeppelin** Defender で作成した Relayer アドレス - ScrollScan**
- [https://sepolia.scrollscan.dev/address/0x1B38AB190EDf2bb4BcB2EC0b6639426731861581](https://sepolia.scrollscan.dev/address/0x1B38AB190EDf2bb4BcB2EC0b6639426731861581)

![](./docs/imgs/handson/3.png)

各作成した Relayer のアドレスが表示されているはずなのでそのアドレスに入金すること

5. コントラクトのデプロイに使用するウォレットアドレスにも少額の ETH (0.5 Sepolia ETHくらい)を送金する(Scroll Sepolia 上で送金してください!!)。
5. コントラクトのデプロイに使用するウォレットアドレスにも少額の  ETH (0.5 Sepolia ETH くらい)を送金する(Scroll Sepolia 上で送金してください!!)。

6. 環境変数の設定

Expand Down Expand Up @@ -105,6 +108,8 @@ node のバージョンは、`18.18.0` 以上であることが必要です!
DEFENDER_SECRET_KEY=
```

NEXT_PUBLIC_WALLET_URL の値は、[https://preeminent-creponne-d7212b.netlify.app/](https://preeminent-creponne-d7212b.netlify.app/)でも良い。

`DEFENDER_API_KEY``DEFENDER_SECRET_KEY`は上記で取得してきたものを貼り付ける。

- インストール
Expand Down Expand Up @@ -539,5 +544,8 @@ const gasslessRequest = async () => {
28. [ヴィタリック、スケーリングソリューション「Plasma」の評価を再検討すべきと主張](https://www.neweconomy.jp/posts/353238)
29. [GitHub - Plasma ホワイトペーパー日本語訳](https://github.com/mashharuki/plasma-whitepaper-jp)
30. [Medium - Recursive Zero-Knowledge Proofs](https://scryptplatform.medium.com/recursive-zero-knowledge-proofs-27f2d934f953)
31. [Intmax Wallet SDKのサンプル実装例を取り上げたブログ記事](https://medium.com/@intmaxafrica/how-to-integrate-intmax-wallet-into-your-dapp-using-rainbowkit-b363eb9c6fce)
31. [Intmax Wallet SDK のサンプル実装例を取り上げたブログ記事](https://medium.com/@intmaxafrica/how-to-integrate-intmax-wallet-into-your-dapp-using-rainbowkit-b363eb9c6fce)
32. [INTMAX Wallet SDK Sampple - GitHub - Sports-Voting-Demo](https://github.com/emmaglorypraise/Sports-Voting-Demo/tree/main)
33. [PLASMACON - 公式サイト](https://plasmacon.tech/)
34. [INTMAX、ラテンアメリカの著名な Web3 ビルダーを発表。Plasma Free、革新的な EVM 互換プロトコルの開発を主導](https://crypto-times.jp/news-intmax-plasmafree/)
35. [INTMAX DeveloperHub](https://developers.intmax.io/)

0 comments on commit c8b6330

Please sign in to comment.