This project was carried out to learn how to code smart contracts, deploy a local environment and test transactions within a blockchain that runs locally.
* Author: KORKUT C.
* Last update: 18/03/2021
* Tested on Win10 Entreprise - Version 1909
$ git clone https://github.com/can-er/eth-todo-list/
$ cd eth-todo-list
eth-todo-list~$ npm install
eth-todo-list~$ truffle compile
eth-todo-list~$ truffle migrate
eth-todo-list~$ npm run dev
Make sure you have Ganache installed to interact with a local blockchain before starting the installation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.