This repository includes:
- Testnet Faucet: https://www.semux.org/testnetfaucet
- Airdrop to ETH holders: https://www.semux.org/airdrop/eth
- PostgreSQL v9.5+
- Node.js v8.9.4+
-
Copy sample config file and fill with your DB and wallet credentials
cp config/sample.config.json config/config.json
-
Install dependencies
npm install
-
Run DB migrations
./node_modules/sequelize-cli/lib/sequelize db:migrate
-
Start app using PM2 or node:
./node_modules/pm2/bin/pm2 start package.json