sephynox / xrpl-rust

A 100% Rust library to interact with the XRPL. XRPL Grant Winner
https://crates.io/crates/xrpl-rust
ISC License
16 stars 8 forks source link

Add integration test workflow #41

Open LimpidCrypto opened 1 year ago

LimpidCrypto commented 1 year ago

We should have an integration test workflow that set's up a rippled node in stand-alone mode using natenichols/rippled-standalone. That way we can test if our models, like transactions get submitted properly.

References: