Installation

Install create.web3.dapp

  • mk dir MyWeb3Dapp 1. create folder to build dapp in terminal
  • cd MyWeb3Dapp 2. change directory to MyWeb3Dapp
  $ npx create-web3-dapp@latest

Open 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
  PolygonZKEVM

Select blockchain environment

  • only hardhat is supported at the moment
  • foundry support coming soon
  ❯   Hardhat
      Foundry (coming soon)
      Skip
      Back

Install Dependencies

  $ npm install

Run Dapp

  $ npm run dev
Click below if you want to see more content for dummies like me