- Fork the Project
- run
yarn install
to install all the dependencies - run
yarn dev
to run the application locally
- Fork the Project
- run
npm install
- run
npm install -g truffle
- run
truffle compile
- run
truffle migrate --network rinkeby
to deploy the smart contract on Rinkeby
-
Install Metamask as Google Chrome Extension and Create an account.
-
Get 0.1 ether free by giving the ethereum address
(https://rinkebyfaucet.com//)
-
to compile contacts, run command: truffle compile
-
to deploy contract in Rinkeyby, run command: truffle migrate --network rinkeby