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 2 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T10:59:17.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T10:16:18.144Z (over 1 year ago)
- Topics: blockchain, ethereum-blockchain, react-router, reactjs, smart-contract
- Language: JavaScript
- Homepage:
- Size: 235 KB
- Stars: 1
- Watchers: 2
- 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
```