GitXplorerGitXplorer
s

canary-dapp

public
6 stars
2 forks
0 issues

Commits

List of commits on branch dev.
Unverified
317cbee093086192edf7ae060209f287339d59c1

docs: add slides and backend repo link

ssejas committed 3 years ago
Unverified
779f718a2111193c83a7028dd374f4771f37f520

docs: add url

ssejas committed 3 years ago
Unverified
554527b50c86989e1db89927bc0631778a2103c9

docs: add readme

ssejas committed 3 years ago
Unverified
5db26a23063447b168e38ed976cda7490b4c3d9d

feat: add todos

ssejas committed 3 years ago
Unverified
ffe49df67d17254c77d4bc52f1ba34fca8d879ef

feat: create React Canary Dapp Web3 with Metamask

ssejas committed 3 years ago
Verified
919775084529aa3eaea764aff7487b5c9e84e7e7

Initial commit

ssejas committed 3 years ago

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