Smart Contracts
Smart Contracts on AirDAO are deployed using the same tools and methods as on Ethereum, with a couple of important exceptions:
All Gas is paid for in $AMB.
Running a smart contract requires access to an AirDAO Apollo Node. This can be done by running your own node, or connecting to an existing node.
Beyond those two exceptions, the suite of Ethereum developer tools for smart contract deployment, including Hardhat, Foundry, Remix, Tenderly, Third Web, and Cross Mint, can all be utilized for deploying smart contracts on AirDAO.
Current Smart Contracts Deployed on AirDAO:
USDC: Enabling the transacting and utilization of stable US Dollar Coins in any AirDAO application or between any two AirDAO users.
BOND: A crypto-economic reward that vests a portion of AMB rewards yielded by participating Apollo Nodes and relevant Staked $AMB.
sAMB: The liquid staking primitive able to be further utilized in more advanced Liquid Staking Derivative Products on AirDAO.
Comprehensive information on deploying smart contracts, token faucets, and dev tools can be found in the Build on AirDAO Section.
Supported Tokens
As an EVM-Compatible blockchain, the AirDAO network supports the common Ethereum fungible token standard (ERC-20), the Ethereum Multi-Token Standard (ERC-1155), and the Ethereum Non-Fungible Token Standard (ERC-721). These supported tokens enable a robust suite of different applications ranging from:
Payment tokens
Utility Tokens
Governance and DAO tokens
Gaming Items
Non-Fungible Value across asset classes
Last updated