https://github.com/zerefwayne/crowdcoin-ethereum
This is a simple Blockchain solution to Kickstarter payment methods to avoid frauds and scams. It is built upon Ethereum and deployed on the Rinkeby Test Network.
https://github.com/zerefwayne/crowdcoin-ethereum
Last synced: 12 months ago
JSON representation
This is a simple Blockchain solution to Kickstarter payment methods to avoid frauds and scams. It is built upon Ethereum and deployed on the Rinkeby Test Network.
- Host: GitHub
- URL: https://github.com/zerefwayne/crowdcoin-ethereum
- Owner: zerefwayne
- License: mit
- Created: 2018-07-26T10:57:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T16:30:03.000Z (almost 8 years ago)
- Last Synced: 2025-03-15T17:25:28.895Z (over 1 year ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrowdCoin - A Blockchain Crowdfunding Platform
### Home Page - /
People will be able to view all the campaigns currently active on CrowdCoin.
When user clicks on the Contribute button, he/she automatically becomes an approver for all the requests made on a campaign.
Anyone can create a new campaign by clicking on the "Create New Campaign" button. Only the creator will be able to create new funding requests and finalise them.

### New Campaign Page - /campaigns/new

### View A Campaign Page - /campaigns/:address

### View Requests - /campaigns/:address/requests

### Create New Request - /campaigns/:address/requests/new
