Agro World is a smart contract based website that helps farmers to sell agricultural products and customers to buy these products directly from farmers using ethereum blockchain based wallet.
- Install Ganache
- Run
npm i
from project root directory. - Compile smart contracts using
truffle compile
. - Deploy it using test address from Ganache and run
truffle migrate
. - Run
npm start
to start the front-end.