Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

A tool to create censorship-resistant crowdfunding campaigns.

Notifications You must be signed in to change notification settings

RequestNetwork/crowdfunding

Repository files navigation

Crowdfunding

Prerequisites

  • node
  • yarn

Running the app

Development

# locked on rinkeby by default
yarn
yarn start

# to start main net
yarn start:main

Build Releases

# lock it to Rinkeby
yarn build:rinkeby
# lock it to Main Net
yarn build:main

Testing

yarn test

Known Limitations

  • only works on rinkeby & main net