Skip to content

Decentralized crowdfunding application based on Ethereum Blockchain

Notifications You must be signed in to change notification settings

maksimbar/crowdfunding-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowdfunding | DAPP

Decentralized crowdfunding application based on Ethereum Blockchain

UI Demo

Homepage

_home

Fundraiser details

_details

New fundraiser

_new

Setting up the contracts

Compile contracts

truffle compile

Migrate compiled contracts

truffle migrate --reset

You can now read the contract's ABI from JSON file under the client/src/contracts directory.

Setting up the client

To configure the client run the following command from the root directory

cd client && npm install

Once all the dependencies were installed start the client

npm run start