An open API service indexing awesome lists of open source software.

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

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"