interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201 stars 70 forks source link

Simple Payment example fails #646

Closed georgeroman closed 4 years ago

georgeroman commented 4 years ago

I'm trying to get the Simple Two-Node Interledger Payment example running locally, but for some reason, it fails at this step with the following error: ILP CLI error: failed to send request: http://localhost:7770/accounts/alice/payments: timed out

georgeroman commented 4 years ago

I had some issues with the Redis connections and I couldn't get it working locally, but running the example inside a Docker network succeeded.