rgb20

Crates.iorgb20
lib.rsrgb20
version0.9.0
sourcesrc
created_at2021-01-21 07:20:41.322433
updated_at2023-02-02 08:30:46.934317
descriptionRGB-20 Library: fungible digital assets for bitcoin & lightning
homepagehttps://rgb.network
repositoryhttps://github.com/rgb-org/rgb-core
max_upload_size
id344761
size162,481
Dr. Maxim Orlovsky (dr-orlovsky)

documentation

README

RGB-20 Library

RGB20 is an RGB schema for fungible digital assets on bitcoin & lightning.

This repository provides rust library and a command-line utility rgb20 which can be used alongside RGB Node to generate and parse RGB20 data (schema, issue assets, interpret contract information returned by RGB Node).

Command-line utility

Install with Docker

Build

Clone the repository and checkout to the desired version (here v0.8.0-rc.3):

$ git clone https://github.com/RGB-WG/rust-rgb20
$ cd rust-rgb20
$ git checkout v0.8.0-rc.3

Build and tag the Docker image:

$ docker build -t rgb20:v0.8.0-rc.3 .

Usage

$ docker run rgb20:v0.8.0-rc.3 --help
Commit count: 1737

cargo fmt