2022-01-09 18:23:10 +05:30
2022-01-09 18:23:10 +05:30
2022-01-09 18:16:38 +05:30
2022-01-08 21:01:35 +05:30
2022-01-06 17:14:15 +05:30
2022-01-06 17:14:15 +05:30
2021-11-05 14:02:30 -07:00

Configuration File

Copy the config.json.EXAMPLE file to config.json to get started.

Set your eth_privkey to be able to relay transactions. The ETH address with that private key should be loaded up with adequate funds for market making.

You can add, remove, and configure pair settings in the pairs section.

Configuration Via Environment Variables

If your hosting service requires you to pass in configs via environment variables you can compress config.json:

cat config.json | tr -d ' ' | tr -d '\n'

and set it to the value of the MM_CONFIG environment variable to override the config file.

You can also override the private key in the config file with the ETH_PRIVKEY environment variable.

Description
No description provided
Readme 555 KiB
Languages
JavaScript 99.9%