An open API service indexing awesome lists of open source software.

https://github.com/bitcoin-com/payexchangepartnerdemo


https://github.com/bitcoin-com/payexchangepartnerdemo

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# PayExchangePartnerDemo

## Demo server simulating the exchange
This server simulated the exchange part. Currently everything is hardcoded so it does not check current market price. The hotwallet address is also hard coded for the sake of the demo.

## Running it
To run it you need to have port 8080 available.

After starting the server, you can run the python script to test it.

`mvn clean install`

`java -jar ExampleExchange-0.1.jar`