This project involves the deployment of a smart contract on the Avalanche Fuji Testnet, a testing environment for the Avalanche blockchain. The Fuji Testnet allows developers to test and refine smart contracts using testnet AVAX tokens, which have no real-world value.
- Network: Avalanche Fuji Testnet (C-Chain)
- Contract Address:
0xaD43c543751cE69a869A6F32e5F36633492BF443 - Explorer: AVASCAN Testnet Explorer
- You can use the AVASCAN Testnet Explorer to view the contract's transactions, source code, and other details by searching the contract address provided above.
- Visit the AVASCAN Testnet Explorer.
- Paste the contract address (
0xaD43c543751cE69a869A6F32e5F36633492BF443) into the search bar. - Explore the contract's details, including transactions, balances, and analytics.
- The contract was deployed using Foundry.
- Testnet AVAX was obtained from the Avalanche Fuji Faucet to cover deployment costs.
- Ensure your wallet (e.g., MetaMask) is connected to the Fuji Testnet with the following settings:
- Network Name: Avalanche FUJI C-Chain
- RPC URL:
https://api.avax-test.network/ext/bc/C/rpc - Chain ID:
43113(0xa869) - Symbol: C-AVAX
- Explorer:
https://testnet.avascan.info/blockchain/c
- Avalanche Fuji Testnet Faucet for obtaining testnet AVAX.
- AVASCAN Testnet Explorer for exploring blockchain data.
- Avalanche Builder Hub for additional testnet resources.