Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compolabs/spark-matcher-rs
https://github.com/compolabs/spark-matcher-rs
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/compolabs/spark-matcher-rs
- Owner: compolabs
- License: other
- Created: 2024-04-23T09:30:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T11:27:49.000Z (4 months ago)
- Last Synced: 2025-01-27T17:57:42.012Z (12 days ago)
- Language: Rust
- Size: 190 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spark-matcher-rs
This is a repo for rewriting the existing [spark-matcher](https://github.com/compolabs/spark-matcher) in Rust.
```
NODE_ENV=development
PORT=5003
CONTRACT_ID="CONTRACT_ID"WEBSOCKET_URL="ws://localhost:8080/v1/graphql"
FETCH_ORDER_LIMIT=20
MARKET="BTC"
LOG_FILE="matcher.log"
FILE_LOG_LEVEL="debug"
CONSOLE_LOG_LEVEL="info"
MAX_FAIL_COUNT=3
PRIVATE_KEY="PRIVKEY"
```