Skip to content

Latest commit

 

History

History
99 lines (59 loc) · 1.65 KB

README.md

File metadata and controls

99 lines (59 loc) · 1.65 KB

Give

Table of contents

About

Technologies

Sponsors

Setup

Required tools: Node/Yarn

Steps

  • Clone this repo
git clone https://github.com/cryptomonkey2020/Hackmoney2021.git
  • Change into the directory
cd Hackmoney2021
  • Install dependencies with yarn
yarn install

Set up Kovan testnet

  • Create .env in /packages/hardhat/ and /packages/react-app/ using
REACT_APP_PROVIDER=https://kovan.infura.io/v3/0982eb85b1bb42aba2cb1ceeef545e1b
REACT_APP_NETWORK=kovan
  • put your private key under packages/hardhat/mnemonic.txt and run the following command: yarn run account

  • If you wish to create a new wallet then run : yarn generate

REACT_APP_PROVIDER=https://kovan.infura.io/v3/0982eb85b1bb42aba2cb1ceeef545e1b
REACT_APP_NETWORK=kovan

Run the Dapp

  • In the terminal, run the following
yarn deploy
  • In a separate terminal, run the following
yarn start

https://showcase.ethglobal.co/hackmoney2021/dedp-decentrelized-donation-platform