Welcome to the crowdfunding application that is connected to blockchain and allows users the capability to create, view and donate to various campaigns.
To create, view or fund campaigns, press the connect button on the top right corner of the application to pair the application to your etherium metamask wallet
How to use this repo
To get started run the following commands on your local environment
clone the repo your local environment
cd into the clent directory and run the following commands:
npm install
npm run dev
To build this app for production, run the following command: