-
Notifications
You must be signed in to change notification settings - Fork 24
Setup Instructions
Djenad Razic edited this page Oct 17, 2018
·
3 revisions
Presumably that the hardware and software requirements are met, the installation steps are the following:
First, we need to install order matching engine with faucet cloning the following repository:
git clone [email protected]:AltCoinExchange/order-matching-engine.git and start it:
- start mongodb:
- start the ethereum feeder service:
node services/index.js - start the order matching engine:
node index.js
And then start the UI
- git clone [email protected]:AltCoinExchange/altcoin-atomic-trading-platform.git
- cd altcoin-atomic-trading-platform/altcoinio
- npm install (wait for a significant amount of time since the wallet package needs to be compiled)
- start bitcoin node: bitcoind -server
- start ethereum node: geth --rinkeby --ws --wsorigins="*" --syncmode=full --wsaddr=0.0.0.0 --wsport=8549 --rpc --rpcport=8548
- add privkey.pem and fullchain.pem to the services folder
- node services/mosca-server.js
- npm run start