This project was built with my teammates as a part of our club ,GNU Linux Users' Group 's event Ten Days of Code where we mentored students from all over India to build projects from scratch over a period of ten days.
This DApp is supported using Solidity Smart Contracts and the frontend is built using the framework React JS, the application is deployed to the local blockchain network,Ganache. The whole project runs on an Ethereum supported browser, with the help of the Metamask extension.For, building compiling and testing the written contracts, Truffle was used.Lastly,the frontend was connected to the solidity contract using a wonderful library,web3.
The detailed guide to build this project is present in the resources
folder.
1.All the prerequisites for this project like Ganache, Metamask and Truffle should be installed.Detailed installation instructions could be found in the resources
folder.
2.Clone this repository.
git clone https://github.com/deucaleon18/Ethereal
3.Migrate the blockchain to the Ganache network.
cd Ethereal
truffle migrate --reset
4.Install all the dependancies and start the client.
cd client
npm install
npm start
This is how your Ganache client might look like.
The following drive link contains all the session recordings,starting from the installing the requirements for the project,the sessions contain usage of both English and Hindi languages for easier explanation.Have a great time building this project and try adding your own customizations to it.