- Fork the Project
- run
yarn installto install all the dependencies - run
yarn devto run the application locally
- Fork the Project
- run
npm install - run
npm install -g truffle - run
truffle compile - run
truffle migrate --network rinkebyto 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