viabtc / viabtc_exchange_server

A trading engine with high-speed performance and real-time notification
MIT License
2.68k stars 1.48k forks source link

how to add token by api? #168

Open henrytom1703 opened 5 years ago

objectt commented 5 years ago

https://github.com/objectt/viabtc_exchange_server My repo uses database tables instead of config files. Tokens can be added via market.register command with initial token price.

{"method": "market.register", "params": ["BTC", "150000"], "id": 1516681174}

henrytom1703 commented 5 years ago

@objectt Could you help me. how to set up a new market? Example: I want a new currency ABC and a new market ABC/BTC , ABC/ETH,...etc

objectt commented 5 years ago

@henrytom1703 Please provide me your current status.

ohld commented 5 years ago

@objectt Feel free to use my Dockerfiles and docker-compose - that would simplify the quick start process of the exchange. https://github.com/testnet-exchange/viabtc_exchange_server