.
├── migrations/ -> Contains Migrations for Smart Contracts
├── public/
├── screenshots/
├── src
| ├── abis/
| ├── assets/
| ├── components/ -> Contains Frontend React pages
| ├── contracts/ -> Conatains Smart Contracts
| └── index.js
├── test/ -> Contains Chai and Mocha tests for Smart Contracts
├── .env_example
├── package.json -> Npm package.json file
└── truffle-config.js -> Configuration file for truffle
- Solidity (0.5.0+)
- Truffle (5.1.0+)
- Web3 (1.3.0+)
- HTML5
- CSS3
- ReactJs (16.13+)
- Material-UI (4.11.0+)
- ES6 JavaScript
Clone the Repo Npm install npm install -g truffle@latest truffle migrate --reset npm run start
Dont forget to run ganche in background with repective network id and Chain ID IMPT Change .env files accordingly