librgb
is the reference implementation of RGB Protocol.
librgb
is written in "Rust"; "Cargo" is its build system and package manager.
Follow the instructions in Rust Install
For those who use "macOS" it is possible to install "Rust" through brew
:
$ brew install rust
$ cargo build
$ cargo test --package rgb --lib tests