A simple Ethereum-based crowdfunding decentralized application (dapp) where you can start and fund crowdfunding projects. It uses Ether, a cryptocurrency, as the medium of exchange (currency).
- Node - v10.x.x (preferrably v10.15.0 for long term support)
- npm - v6.x.x (preferrably v6.6.0)
Clone this repo via to your local machine and install the dependencies by doing the following:
git clone
cd blk-crowdfunding
npm install
Start the application in a development environment via:
yarn dev