Deploy smart contracts
To deploy smart contracts, first, choose your favorite dev environment for writing them:
Last updated
To deploy smart contracts, first, choose your favorite dev environment for writing them:
Last updated
Hardhat
Foundry
Truffle
Remix
If youβre new to smart contract development, please take a look at the resources .
Also, you can read more about it in , which uses this . Use to setup the local environment and play with contract examples from the docs above:
After the project is initialized, just add the WAGMI chain to the hardhat.config.js file in your project directory, as .
To deploy the chosen contract, go to the corresponding folder, e.g., for the Counter contract it is:
And then use this command: