palinko91 / stellar-base-rs

Low level Stellar types for Rust.

Home Page:https://docs.rs/stellar-base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Stellar Base

CI version codecov License

Introduction

This crate contains low level Stellar types. You can use this library to build and sign Stellar transactions, as well as to serialize and deserialize them from XDR.

If you are looking for a crate to interact with Stellar Horizon, look at stellar-horizon.

Need help? Have feeback?

You can join the discussion on our mailing list at ~aurora/stellar-sdk@lists.sr.ht.

Features

  • Working XDR definitions for all Stellar types.
  • Seamlessy convert monetary amounts between decimal representation and stroops.

Documentation

You can find the documentation on docs.rs.

Generating XDR types

You can generated XDR types using our fork of xdrgen.

Changelog

You can find a changelog here.

About

Low level Stellar types for Rust.

https://docs.rs/stellar-base

License:Apache License 2.0


Languages

Language:Rust 100.0%