🔗 Dapps Quick Links
Smart Contract Development | |
---|---|
💰 Get Test Funds | How to get a "drip" of test AVAX from the Fuji testnet faucet |
Deploy with Remix IDE | Learn how to deploy and test a smart contract on Avalanche using Remix and Core |
Create an ERC-20 Token | Create a mintable ERC-20 token |
Deploy an NFT Collection | Walkthrough deploying a basic ERC-721 (NFT) smart contract on the Avalanche Network |
Developer Toolchains | Best practices regarding writing, testing and deployment of smart contracts to Avalanche's C-Chain using common Toolchains like Hardhat and Foundry. |
Call a Smart Contract with Golang | Compile a solidity contract into Golang to deploy and call contracts programmatically |
Advanced Tutorials | |
---|---|
Manually Adjust Gas Prices | Adjust the priority fee and max fee cap during high network activity |
Dynamic Gas Fees | Send transactions with dynamic fee settings to adjust their priority fee and max fee cap in response to network state |
Add Network Programmatically | Integrate Avalanche Network with your Dapp |
Exchange Integration | Integrate an exchange with the EVM-Compatible Avalanche C-Chain |
End-to-End Walkthroughs | |
---|---|
Fuji Workflow | Walkthrough of necessary development activities for a bare-bones decentralized application |
Launch an Ethereum Dapp | Launch any new or existing Solidity dapp on Avalanche C-Chain the same as Ethereum, while benefiting from the security, speed, and interoperability of the Avalanche Network |