https://github.com/bitcoin-com/payexchangepartnerdemo
https://github.com/bitcoin-com/payexchangepartnerdemo
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitcoin-com/payexchangepartnerdemo
- Owner: Bitcoin-com
- Created: 2020-01-13T04:54:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T22:26:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T06:25:29.639Z (over 1 year ago)
- Language: Java
- Size: 132 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`