Skip to content

Salmandabbakuti/todo-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo dapp with Notifier

Steps:
  1. Create .env file in root directory with your REACT_APP_BNC_NOTIFY_DAPP_ID=xxx for notifications

You can get dappId from BlockNative Notifier.

Skeleton Used in this project is from here

  1. Install dependencies and run app
npm install
npm run start