Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 442 Bytes

File metadata and controls

24 lines (20 loc) · 442 Bytes

Technology

This demo uses:

  • Metamask
  • Hardhat
  • Infuria
  • ReactJs
  • Tailwind CSS
  • Solidity
  • EthersJs
  • Faucet

Running the demo

  1. Run the app using the following commands.
    yarn install
    yarn hardhat node
    yarn hardhat run scripts/deploy.js
  2. On another terminal, run yarn start to launch the project on the browser.
  3. Add some hardhat accounts, connect your wallet and interact with the app.