CREDITS TO RESPECTIVE OWNERS FOR IMAGES IN src/beyond-arts-images..., & in contracts/logo.png)
Imp ##################################################################################################
***--> clone the repo
--> install all the npm packages
--> install truffle usng the following command - {npm install -g truffle}
--> install ganache.. {https://trufflesuite.com/ganache/}
From the root directory to get started with the project execute the following set of commands
--> truffle compile - (compiling smart contracts)
--> truffle migrate - (deploying contracts to ethereum network)
--> truffle test - (testing the smart contracts)
--> npm start (head over to (http://localhost:3000/) to view the website..
##################################################################################################
This project was bootstrapped with Create React App.