Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremyletang/niceish_price_bot
https://github.com/jeremyletang/niceish_price_bot
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremyletang/niceish_price_bot
- Owner: jeremyletang
- Created: 2023-12-05T11:05:37.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T16:00:35.000Z (about 2 months ago)
- Last Synced: 2024-09-16T19:27:32.945Z (about 2 months ago)
- Language: Rust
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## configuration example for the BTC/USD-PERP market:
For both wallet_mnemonic_1 and 2 the first derived key will be used
```Json
{
"port": 1789,
"vega_grpc_url": "tcp://darling.network:3007",
"binance_ws_url": "wss://stream.binance.com:443/ws",
"vega_market": "4e9081e20e9e81f3e747d42cb0c9b8826454df01899e6027a22e771e19cc79fc",
"binance_market": "BTCUSDT",
"trade_size": 4,
"wallet_mnemonic_1": "YOUR MNEMONIC FOR KEY 1",
"wallet_mnemonic_2": "YOUR MNEMONIC FOR KEY 1",
"submission_rate": 27
}
```