15 releases

new 0.11.0-beta.9 Nov 19, 2024
0.11.0-beta.7 Aug 20, 2024
0.11.0-beta.6 Jun 8, 2024
0.11.0-beta.5 Mar 29, 2024
0.10.0-rc.3 Jul 27, 2023

#14 in #lnp-bp

Download history 183/week @ 2024-07-29 26/week @ 2024-08-05 16/week @ 2024-08-12 246/week @ 2024-08-19 80/week @ 2024-08-26 122/week @ 2024-09-02 90/week @ 2024-09-09 113/week @ 2024-09-16 71/week @ 2024-09-23 157/week @ 2024-09-30 162/week @ 2024-10-07 76/week @ 2024-10-14 117/week @ 2024-10-21 49/week @ 2024-10-28 62/week @ 2024-11-04 69/week @ 2024-11-11

298 downloads per month
Used in rgb-lib

Apache-2.0

90KB
648 lines

Collection of official RGB schemata

Build Tests Lints

crates.io Docs Apache-2 licensed

This repository provides rust source code and compiled versions of RGB contract schemata recommended for the use by contract developers.

RGB is confidential & scalable client-validated smart contracts for Bitcoin & Lightning. To learn more about RGB please check RGB blueprint and RGB FAQ websites.

The development of the project is supported and managed by LNP/BP Standards Association.

Catalog

This repository provides the following RGB schemata:

  • Non-inflatable assets (NIA), implementing RGB20 interface. This is the simplest form of a fungible asset/token, which doesn't provide such features as secondary issue, ability to change asset name and parameters, ability to burn or replace the asset.

  • Unique digital asset (UDA), implementing RGB21 interface. This is the simplest form of an NFT, which has one issuance of a single non-fungible and non-fractionable token with a representative attached media file and a preview.

  • Collectible fungible assets (CFA), implementing RGB25 interface. This is the simplest form of collectible fungible assets

Library

The library can be integrated into other rust projects via Cargo.toml [dependecies] section:

rgb-schemata = "0.10.0"

MSRV

Minimum supported rust compiler version (MSRV): 1.66, rust 2021 edition.

License

See LICENCE file.

Dependencies

~23MB
~355K SLoC