Decentralized task list.
Clone the project and access the folder:
$ git clone [email protected]:gabepinheiro/dolist-dapp.git && cd dolist-dapp
Follow the steps below:
# Install all dependencies
$ yarn
$ npx truffle compile
# Before starting the migration process, make sure you have Ganache installed.
# Launch the Ganache GUI application on your system
$ npx truffle migrate
# Start the project
$ yarn dev
You can view the project layout via this link.
This design was develop by Marcos Oliveira
The project was developed using the following technologies: