Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 918 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 918 Bytes

RGB SDK

Bindings Lints

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.