xmr-btc-swap/monero-harness
Daniel Karzel 44c4b5dcea Remove newlines from import statements to avoid problems
Rust fmt automatically groups the imports (from top to bottom) as `pub use` `use crate` and `use`.
There is no need to introduce sections which cause annoyance when auto importing using the IDE.
2021-01-21 19:10:51 +11:00
..
2021-01-11 12:55:19 +11:00
2021-01-11 12:55:19 +11:00
2020-09-28 17:15:57 +10:00
2020-09-28 17:15:57 +10:00
2020-09-28 17:15:57 +10:00

Monero Harness

Provides an implementation of testcontainers::Image for a monero image to run monerod and monero-wallet-rpc in a docker container.

Also provides two standalone JSON RPC clients, one each for monerod and monero-wallet-rpc.

Example Usage

Please see tests/* for example usage.