/todo-dapp

react todo dapp with tx notifier

Primary LanguageJavaScriptMIT LicenseMIT

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