stellar-data 0.1.5

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
pub mod s3;
pub mod rpc;
pub mod xdr;

pub use xdr::parse_xdr;
pub use rpc::{query_balance, query_price, query_ttl};