stellar-rust-sdk icon indicating copy to clipboard operation
stellar-rust-sdk copied to clipboard

A lightweight SDK for the stellar horizon api. Written in rust.

Results 7 stellar-rust-sdk issues
Sort by recently updated
recently updated
newest added

They have a set of XDR types here: https://github.com/stellar/stellar-core/blob/master/src/xdr/Stellar-types.x We should model them in rust as best as possible and demonstrate the ability to pack and unpack them. The stellar...

Stellar has the ability to hold a stable connection and stream events as they occur. I'm not sure where we need this functionality yet but we need to devise how...

enhancement
help wanted
question

### Expected Behavior I can include a prelude for operations and effects: ```rust use stellar_client::resources::operations::prelude::*; use stellar_client::resources::effects::prelude::*; ``` If this is easy, it might make sense to also have one...

refactor

It might be useful to improve the README more with a mind for an audience that is unfamiliar with the SDK/Horizon/Rust.

help wanted

The way to by-pass the rate limits on the test net is to spin up our own test instance when building. This is relatively easily done using the stellar docker...

hard

### Expected Behavior We want the maintenance of the errors in the repo to be easy. As such, we should spike on what it would take to introduce and port...

spike

The horizon SDK has a streaming mode: https://www.stellar.org/developers/horizon/reference/responses.html#streaming We should test and find out how this plays with the reqwest and hyper work with it. This is a different content...

enhancement
hard
spike