https://github.com/wrannaman/todo-dapp
A canonical todo Dapp with mobx, react, nextjs, and truffle
https://github.com/wrannaman/todo-dapp
Last synced: 3 days ago
JSON representation
A canonical todo Dapp with mobx, react, nextjs, and truffle
- Host: GitHub
- URL: https://github.com/wrannaman/todo-dapp
- Owner: wrannaman
- License: mit
- Created: 2017-12-28T23:10:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T23:10:53.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T11:45:47.202Z (7 months ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo dapp
npm i && npm run dev
* Need to have MetaMask installed
I was using Ganache as a local blockchain. You can configure MetaMask to connect to Ganache.
#starting rinkeby
geth --rinkeby --rpc --rpcapi db,eth,net,web3,personal --unlock="0xYourAccount"