TodoList decentralized application.
- Solidity language
- Truffle framework
- Ganache blockchain
- Web3js
- Vuejs
- Metamask wallet
To deploy this project locally, run below command in root directory of the project. Make sure you have installed Ganache,Solidity,Truffle and Metamask browser extention before. Do not forget to config Ganache connection in truffle-config.js file.
truffle deploy
then run below command to migrate smart contracts in the Ganache blockchain
truffle migrate
after that you must install javascript packages via NPM
npm install
to start the lite-server run below command
npm run dev
Contributions are always welcome!