Giter Site home page Giter Site logo

scritchley / xrpl-rust Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sephynox/xrpl-rust

0.0 0.0 0.0 466 KB

A 100% Rust library to interact with the XRPL

Home Page: https://crates.io/crates/xrpl-rust

License: ISC License

Shell 0.09% Rust 99.91%

xrpl-rust's Introduction

xrpl-rust Downloads

latest deps_status audit_status unit_status

A Rust library to interact with the XRPL. Based off of the xrpl-py library.

A pure Rust implementation for interacting with the XRP Ledger. The xrpl-rust crate simplifies the hardest parts of XRP Ledger interaction including serialization and transaction signing while providing idiomatic Rust functionality for XRP Ledger transactions and core server API (rippled) objects.

Interactions with this crate occur using data structures from this crate or core alloc types with the exception of serde for JSON handling and indexmap for dictionaries. The goal is to ensure this library can be used on devices without the ability to use a std environment.

WIP - Help Welcome

๐Ÿ›  Installation rustc

To install, add the following to your project's Cargo.toml:

[dependencies.xrpl]
version = "0.1.1"

๐Ÿ•ฎ Documentation docs_status

Documentation is available here.

โ›ฎ Quickstart

TODO - Most core functionality is in place and working.

In Progres:

  • Models
  • Asynchronous ledger interactions
    • JSON RPC
    • API
    • Websocket
  • Benchmarks
  • Integration tests

โš Flags

By default, the std and core features are enabled. To operate in a #![no_std] environment simply disable the defaults and enable features manually:

[dependencies.xrpl]
version = "0.1.1"
default-features = false
features = ["core", "models"]

โ€ผ Exported Dependencies

Serde

This project exports serde for handling JSON.

Indexmap

This project exports indexmap as HashMap is not supported in the alloc crate. TODO: Support both.

โš™ #![no_std]

This library aims to be #![no_std] compliant.

๐Ÿ•Š Contributing contributors_status

If you want to contribute to this project, see CONTRIBUTING.

๐Ÿ—Ž License license_status

The xrpl-rust library is licensed under the ISC License. See LICENSE for more information.

xrpl-rust's People

Contributors

sephynox avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.