Vaporwave, vapor, vapor!
An simple ethereum-based crowdsaling platform implementation
- See your wallet status.
- Create new crowdsaling project.
- Invest to existing crowdsaling project.
- Close your crowdsaling project.
- Listen vaporwave.
- geth with IPC
- node.js v10 or higher
- Clone this repository
git clone https://github.com/wldh-g/Crowdie.git cd Crowdie
- Install npm packages
If you have installedyarn
, install withyarn
.You can do this withyarn install
npm
.npm i
- Launch
geth
Before run crowdie, run yourgeth
and copy yourgeth.ipc
path. - Run database server
Database server stores the address of contracts../cr db
- Run web server
Run Crowdie../cr -i ~/.ethereum/geth.ipc -d http://localhost:2368/ --period 600
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