Interledger Settlement Engines implementation in Rust :moneywithwings:.
To run the settlement engines components you can use the following instructions:
```bash # docker pull interledgerrs/settlement-engines `````
```bash #
git clone https://github.com/interledger-rs/settlement-engines && cd settlement-engines
--release
to compile the release version, which is slower to compile but faster to run)cargo build --features "ethereum"
cargo test --features "ethereum" ```
bash
cargo run --features "ethereum" -- # Put CLI args after the "--"
Append the --help
flag to see available options.
Contributions are very welcome and if you're interested in getting involved, see CONTRIBUTING.md. We're more than happy to answer questions and mentor you in making your first contributions to Interledger.rs (even if you've never written in Rust before)!