Skip to content

This is a decentralized application (dapp) called Crowd Funding, which enables users to create fundraising campaigns and fund approved campaigns. It also includes an admin functionality for managing campaigns and funds. This project showcases proficiency in developing decentralized applications using smart contracts.

Notifications You must be signed in to change notification settings

AnandJNairGit/crowd-funding-web3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowd Funding Daap Local Installation Steps:

1. Clone the repository:

git clone https://github.com/AnandJNairGit/crowd-funding-web3.git

2. Navigate to the project directory:

cd crowd-funding-web3

3. Install the required dependencies using npm:

npm i

4. Set up the environment variables for the application:

  1. Get your Pinata API Key and Secret from your Pinata account.
  2. In the project root directory, create a new file called .env.
  3. Open the .env file in a text editor and add the following lines:
REACT_APP_PINATA_API_KEY=<YOUR PINATA API KEY>
REACT_APP_PINATA_API_SECRET=<YOUR PINATA API SECRET>
REACT_APP_CONTRACT_ADDRESS=<ADDRESS OF DEPLOYED CONTRACT>

Start the application:

npm start

The application should now be running on http://localhost:3000.

About

This is a decentralized application (dapp) called Crowd Funding, which enables users to create fundraising campaigns and fund approved campaigns. It also includes an admin functionality for managing campaigns and funds. This project showcases proficiency in developing decentralized applications using smart contracts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published