stellar-data 0.1.2

A command line tool and REST API for querying the Stellar blockchain using public data lakes and RPC nodes, providing JSON formatted responses to simplify data availability
1
2
3
4
5
6
7
pub mod s3;
pub mod rpc;
pub mod xdr;

pub use s3::Config;
pub use xdr::parse_xdr;
pub use rpc::query_balance;