WAGMI Chain
Developing on the WAGMI chain
Developing your Dapp on the WAGMI chain follows the same process as developing on any other EVM chain. This document will guide you through the steps required to get started, along with practical examples, FAQs, and additional resources.
The main steps in Dapp developing process are:
Writing and deploying your smart contracts in Solidity by using Hardhat, Foundry, Truffle or Remix.
Creating a frontend that interacts with these smart contracts and blockchain.
Last updated