@@ -79,6 +79,12 @@ Click [here](https://docs.walletconnect.com/quick-start/dapps/web3-provider) to
7979
8080Click [ here] ( https://docs.walletconnect.com/web3modal/javascript/about ) to learn more about how to use the WalletConnect API for JavaScripts.
8181
82+ ## Infura API Usage
83+
84+ Click [ here] ( https://infura.io/docs ) to learn more about Infura API.
85+
86+ Click [ here] ( https://infura.io/docs/gettingStarted/chooseaNetwork ) to choose a network for Infura API.
87+
8288## Network for Our Blockchain
8389
8490We are using the Base Mainnet network for our blockchain.
@@ -168,6 +174,7 @@ To successfully deploy and run the project locally, you need to create a `contra
168174 "contractAddress" : " Your_Contract_Address" ,
169175 "webAddress" : " Your_Web_Address" ,
170176 "turnstileSiteKey" : " Your_CloudFlare_Turnstile_Site_Key" ,
177+ "infuraApiKey" : " Your_Infura_API_Key"
171178 }
172179 ```
173180 - Replace `Your_Network_Choice` with the network you are using (e.g., `base` for the Base Mainnet).
@@ -200,6 +207,7 @@ Here is an example of what your `contract-config.json` might look like for the B
200207 "contractAddress" : " 0x123abc456def789ghi" ,
201208 "webAddress" : " https://flxdu.cn:8011/v1/info/transaction_count" ,
202209 "turnstileSiteKey" : " 0x123abc456def789ghi" ,
210+ "infuraApiKey" : " 0x123abc456def789ghi"
203211}
204212```
205213
@@ -220,7 +228,8 @@ This section provides guidance on deploying your project to GitHub Pages and Clo
220228 | ** ` CONTRACT_ADDRESS ` ** | Essential| The Ethereum smart contract address the web application interacts with.|
221229 | ** ` PROJECT_ID ` ** | Essential| A unique identifier obtained from WalletConnect, used for WalletConnect API calls.|
222230 | ** ` TURNSTILE_SITE_KEY ` ** | Essential| The site key for Cloudflare's Turnstile service, used for bot protection and CAPTCHA verification.|
223- | ** ` WEB_ADDRESS ` ** | Essential| The backend URL of the airdrop function, better to use the specified domain for the project for clearer identification. |
231+ | ** ` WEB_ADDRESS ` ** | Essential| The backend URL of the airdrop function, better to use the specified domain for the project for clearer identification.|
232+ | ** INFURA_API_KEY** | Essential| The API key for Infura, used to interact with the Ethereum network.|
224233
2252342 . Used for Reverse Proxy
226235
@@ -292,3 +301,4 @@ Replaced Image Sizes:
292301- testimonial1.png - 90x89
293302- testimonial2.png - 90x89
294303- testimonial3.png - 90x89
304+ - blog1.jpg - 620x420
0 commit comments