Browse Source
786: Introduce `cargo dev-maker` and `cargo dev-taker` aliases for easier local development r=thomaseizinger a=thomaseizinger We have some duplication of how to run the development maker and taker locally. Use cargo aliases to clean up this duplication and make it easier to run them outside of the `start_all.sh` script. Co-authored-by: Thomas Eizinger <thomas@eizinger.io>feature/force-stop-button
committed by
GitHub
6 changed files with 10 additions and 7 deletions
@ -1,2 +1,6 @@ |
|||
[target.aarch64-unknown-linux-gnu] |
|||
linker = "aarch64-linux-gnu-gcc" |
|||
|
|||
[alias] |
|||
dev-maker = "run --bin maker -- testnet" |
|||
dev-taker = "run --bin taker -- --maker localhost:9999 --maker-id 10d4ba2ac3f7a22da4009d813ff1bc3f404dfe2cc93a32bedf1512aa9951c95e testnet" # Maker ID matches seed found in `testnet/maker_seed` |
|||
|
Loading…
Reference in new issue