Skip to content

simple todo list project using smart contract and javascript web3

Notifications You must be signed in to change notification settings

sepisoltani/solidity-todolist

Repository files navigation

Solidity-todoList

TodoList decentralized application.

Used technologies

  • Solidity language
  • Truffle framework
  • Ganache blockchain
  • Web3js
  • Vuejs
  • Metamask wallet

Installation

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

Contributing

Contributions are always welcome!

About

simple todo list project using smart contract and javascript web3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published