Crates.io | rgb121 |
lib.rs | rgb121 |
version | 0.2.0 |
source | src |
created_at | 2022-11-29 08:51:40.370755 |
updated_at | 2023-02-06 11:57:44.505373 |
description | RGB-121 Library: fungible digital assets for bitcoin & lightning |
homepage | https://rgb.network |
repository | https://github.com/RGB-Tools/rust-rgb121 |
max_upload_size | |
id | 725224 |
size | 95,586 |
:warning: Warning: this is a work in progress
RGB121 is an RGB schema for collectibles on bitcoin & lightning.
This repository provides rust library and a command-line utility rgb121
which
can be used alongside RGB Node to generate and parse RGB121 data (schema, issue
assets, interpret contract information returned by RGB Node).
Clone the repository and checkout to the desired version (here v0.1.0
):
$ git clone https://github.com/RGB-Tools/rust-rgb121
$ cd rust-rgb121
$ git checkout v0.1.0
Build and tag the Docker image:
$ docker build -t rgb121:v0.1.0 .
$ docker run rgb121:v0.1.0 --help