rgb-sdk
rgb-sdk copied to clipboard
RGB SDK for wallet & exchange integration
RGB SDK
This repository contains FFI bindings and SDK for wallet & server-side development, plus some sample applications.
Building RGB SDK
First, you'll need to install Rust, then follow the instructions specific to your language binding of choice.
Language bindings
The following bindings are available:
- Android
- iOS
- Node.js
- Python
Developer guidelines
In order to update the project dependencies, run cargo update
.
If any dependency updates, the Cargo.lock
file will be updated, keeping
track of the exact package version.
After an update, run tests (cargo test
) and manually test the software
in order to stimulate function calls from updated libraries.
If any problem arises, open an issue.