Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 782 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 782 Bytes

wwblockchain_crowdfunding

To run the application locally

  • Fork the Project
  • run yarn install to install all the dependencies
  • run yarn dev to run the application locally

To deploy the smart contract on Rinkeby testnet with Truffle

  • 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

Prerequisites to create Campaign and Contribute

  1. Install Metamask as Google Chrome Extension and Create an account.

  2. Get 0.1 ether free by giving the ethereum address
    (https://rinkebyfaucet.com//)

  3. to compile contacts, run command: truffle compile

  4. to deploy contract in Rinkeyby, run command: truffle migrate --network rinkeby