Skip to content

yash07007/crowd_coin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrowdCoin

About this Project

CrowdCoin is an crowd funding distributed application on ethereum. It contains smart conrtacts written in solidity for deploying crowd funding campaigns. All the scripts nessasary for compling and deploying the contracts have been implemented. All contracts are deployed on ethereum nodes with help of Infura API. Front End is implemented with component-based react and styles are of semantic-ui-react. Routing is implemented through next-routing

How to use this project

Step 1

Install Dependencies:

  1. Install Node (If not installed already).

  2. Run npm install on node console in this application's root directory.

Step 2

Run the project

  1. Run npm run to start the server.

  2. go to localhost:3000 for dashboard.

Additional Information

All ethereum related stuff like contracts, deploy and complie scripts, web3 integrations, deployed abi and bytecodes are present in ethereum directories.

All contract tests are implemeted in test directory.

About

An crowdfunding distributed application implemented on ethereum with react front end and mocha test framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors