Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

eduwr/kickstarter-ether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrowdCoin

An dapp running on ethereum network inspired on kickstarter crowd funding system.

Available commands

Compile

Compiles the project generating the abi and the bytecode.

$ yarn compile

Deploy

Deploys the project and create a file with the respective address

$ yarn deploy

NOTE: You must replace your mnemonic phrase and infura link directly on the file. Since the environment variables are not configured.

Test

Runs the mocha tests for the smart contracts.

$ yarn test

Development server

Starts the development server.

$ yarn dev

Getting Started

  1. Compile and deploy the contract on Rinkeby test network
  2. Rename the next.config.example file to next.config.js and replace the content with your environment variables.
  3. Run the development server

Overview

Root Page - Campaigns List

root-page

Create Campaign Page

create-campaign-form

Campaign Details Page

campaign-details

Requests List

requests

New Request Form

new-request

License

MIT

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors