Skip to content

lexoskeleton/wwblockchain_crowdfunding

 
 

Repository files navigation

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

About

Women Who Code Web 3 Crowdfunding App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 73.5%
  • Solidity 24.1%
  • CSS 2.4%