项目作者: rgb-archive

项目描述 :
Library for working with assets issued on top of Bitcoin and Lightning Network using RGB protocol
高级语言: Rust
项目地址: git://github.com/rgb-archive/rust-rgb-2019.git
创建时间: 2019-06-15T07:42:35Z
项目社区:https://github.com/rgb-archive/rust-rgb-2019

开源协议:MIT License

下载


Build Status Codacy Badge codecov

RGB library on Rust

This is re-implementation of https://github.com/rgb-org/rgb according to the most recent spec
RGB Protocol with better test coverage and attention to the details.

rgb-rust is written in “Rust”; “Cargo” is its build system and package manager.

Install “Rust” and “Cargo”

Follow the instructions in Rust Install
For those who use “macOS” it is possible to install “Rust” through brew:

$ brew install rust

Build rgb-rust

$ cargo build

Run the tests

$ cargo test --package rgb --lib tests