This is an onging project.
Current version database is ported to MySQL
We will be using Passport to authenticate users locally,
If you would like to download the code and try it for yourself:
- Clone the repo:
git clone git@github.com:JeremywangCN/coin-cryptocurrency-exchange.git
- Install packages:
npm install
- Edit the database configuration:
config/database.js
- Edit the ethereum configuration: 'config/ethereum.js'
- Create the database schema:
node scripts/create_database.js
- Create a BCH HDkey for demo:
node scripts/create_bchhdprivatekey.js
- Launch:
node server.js
- Visit in your browser at:
http://localhost:8080
Licence: 1