sejas / canary-dapp

JSDay Web3 React DApp

Home Page:canary-dapp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canary DApp

Basic DApp to show how to interact with smart contracts using Metamask Wallet.

https://canary-dapp.vercel.app/

Slides

https://slides.com/d/EDGlZks/live

Run the project

nvm use
npm install
npm start

TODOS

  • TODO 1: Replace the address with the address of the deployed contract
  • TODO 2: Uncomment the following three lines to retreive the accounts
  • TODO 3: set the currentAccount to accounts[0]
  • TODO 4: uncomment and set the chainId to the current chainId. Check ethereum.chainId
  • TODO 5: implement the like function
  • TODO 6: implement this delte function

About

JSDay Web3 React DApp

canary-dapp.vercel.app

License:GNU General Public License v3.0


Languages

Language:JavaScript 80.5%Language:HTML 13.2%Language:CSS 6.3%