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 website.
This repository provides the following RGB schemata:
-
Non-inflatable assets (NIA). 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 the asset.
-
Unique digital asset (UDA). 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). This is the simplest form of collectible fungible assets.
-
Permissioned fungible assets (PFA). Not production-ready This is a fungible asset in which the issuer needs to approve every transfer.
-
Inflatable fungible assets (IFA). Not production-ready This is a fungible asset that supports inflate, burn and link transitions.
See LICENSE file.