Install create.web3.dapp
mk dir MyWeb3Dapp1. create folder to build dapp in terminalcd MyWeb3Dapp2. change directory to MyWeb3Dapp
$ npx create-web3-dapp@latestOpen in VS Code
$ Code .Proceed to next step
Ok to proceed? (y) “y” or (n) “n” Change name of the dapp to your liking
✔ Project name “MyWeb3Dapp”Select the blockchain you want to use for your dapp
- rainbowkit will add the following blockchains to your dapp including testnets.
Ethereum (default)
Polygon
Optimism
ArbitrumOne
PolygonZKEVMSelect blockchain environment
- only hardhat is supported at the moment
- foundry support coming soon
❯ Hardhat
Foundry (coming soon)
Skip
BackInstall Dependencies
$ npm installRun Dapp
$ npm run dev