forked from geniusyield/smart-order-router
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
22 lines (18 loc) · 739 Bytes
/
Makefile
File metadata and controls
22 lines (18 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Orderbot runner using Maestro provider.
orderbot-maestro:
cabal run geniusyield-orderbot-exe -- "run" \
./config-files/atlas-config-maestro.json \
./config-files/bot-config.json
# Orderbot runner using Blockfrost provider.
orderbot-blockfrost:
cabal run geniusyield-orderbot-exe -- "run" \
./config-files/atlas-config-blockfrost.json \
./config-files/bot-config.json
# Orderbot runner using Blockfrost provider.
orderbot-kupo:
cabal run geniusyield-orderbot-exe -- "run" \
./config-files/atlas-config-kupo.json \
./config-files/bot-config.json
# Run the complete quickcheck testing suite.
orderbot-tests:
cabal run tests