Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumit03guha/kickstart
Repository comprising the blockchain implementation of the Kickstarter Crowdfunding project.
https://github.com/sumit03guha/kickstart
blockchain ethereum-blockchain react-router reactjs smart-contract
Last synced: about 18 hours ago
JSON representation
Repository comprising the blockchain implementation of the Kickstarter Crowdfunding project.
- Host: GitHub
- URL: https://github.com/sumit03guha/kickstart
- Owner: sumit03guha
- License: mit
- Created: 2021-08-13T20:08:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T10:59:17.000Z (over 3 years ago)
- Last Synced: 2023-03-10T10:20:58.832Z (almost 2 years ago)
- Topics: blockchain, ethereum-blockchain, react-router, reactjs, smart-contract
- Language: JavaScript
- Homepage:
- Size: 235 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kickstart
Repository comprising the blockchain implementation of the Kickstarter Crowdfunding project.\
Inspired from - https://www.kickstarter.com/## Prerequisite
Install Metamask in your browser and switch to Rinkeby test network and add ETH from https://faucet.rinkeby.io/## Clone this repo
```
> git clone https://github.com/sumit03guha/Kickstart.git
```## Install the dependencies
```
> npm install
```
## Make necessary changes to the _credentials.js_
The instructions are provided within the file itself.## Run the _compile.js_ and the _deploy.js_
```
> node .\blockchain\compile.js
```
```
> node .\blockchain\deploy.js
```
### Copy the "contract deployed from: _address_" and paste it into the appropriate field in the _credentials.js_.## Run the dev server
```
> npm run dev
```