alexeyneu / rgb-sdk

RGB SDK for wallet & exchange integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

RGB SDK for wallet & exchange integration

License:MIT License


Languages

Language:Rust 40.6%Language:Swift 12.8%Language:Python 8.9%Language:Shell 7.5%Language:Java 7.2%Language:Dockerfile 6.2%Language:C 5.6%Language:SWIG 5.5%Language:JavaScript 3.9%Language:Objective-C 1.9%