GitXplorerGitXplorer
s

canary-dapp

public
6 stars
2 forks
0 issues

Commits

List of commits on branch dev.

No commits found

There are no commits on branch dev.

README

The README file for this repository.

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