Skip to content

ZahiriNatZuke/tasks-dapp-project

Repository files navigation

Tasks DApp Project

Example project of Decentralized App based on Solidity & Truffle.
In this project take as sample a simple app for managing tasks and there status.

Run Locally

Clone the project

  git clone https://github.com/ZahiriNatZuke/tasks-dapp-project

Go to the project directory

  cd tasks-dapp-project

Install dependencies

  npm install

Start server

Before run development server is needed start Ganache App.
That app run a local blockchain network.

  npm run truffle:migrate
  npm run tw:dev
  npm run lite:server

About

Example project using Solidity + Truffle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published