A beginner-friendly decentralized app starter kit.
You need to have the following installed:
- Nodejs & npm
- Truffle. Check out this tutorial.
- Visual Studio.
- Ganache / your preferred blockchain.
- MetaMask
- Clone the repository.
- In the node console, run
npm install
to install dependencies. - Run
truffle migrate
, you should see a new "build" folder in the directory if there are no issues. - Enjoy coding!
When deploying to infura make sure to use .env to secure vulnerable data!