Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
/ Crowdie Public archive

Ethereum based crowdfunding platform, with vaporwave

License

Notifications You must be signed in to change notification settings

wldhg/Crowdie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowdie

Vaporwave, vapor, vapor!

What is this?

An simple ethereum-based crowdsaling platform implementation

Features

  • See your wallet status.
  • Create new crowdsaling project.
  • Invest to existing crowdsaling project.
  • Close your crowdsaling project.
  • Listen vaporwave.

Installation

Requirements

  • geth with IPC
  • node.js v10 or higher

Step-by-Step Instruction

  1. Clone this repository
    git clone https://github.com/wldh-g/Crowdie.git
    cd Crowdie
  2. Install npm packages
    If you have installed yarn, install with yarn.
    yarn install
    You can do this with npm.
    npm i
  3. Launch geth
    Before run crowdie, run your geth and copy your geth.ipc path.
  4. Run database server
    Database server stores the address of contracts.
    ./cr db
  5. Run web server
    Run Crowdie.
    ./cr -i ~/.ethereum/geth.ipc -d http://localhost:2368/ --period 600

How to use

After installation and running cr, you can enter localhost:2367 on your browser to see the service.
You can use other webserver with proxying.
For more information, enter as below.

./cr help

Screenshot

Crowdie Screenshot

Motivations & Partial Style components

Releases

No releases published

Packages

No packages published