- Docker
- Metamask extension
- place your dapp logic in app/ folder
- contracts go in contract folder
- migrations in migrations
# start the containers
docker-compose up -d
- installs packages by running yarn
- runs migrations to the development network (modify it as you wish in docker-compose.yml)
- starts webpack watcher listening for changes with hot reload.
# test smart contract
truffle test