Schemata
Schemata are smart contract templates, they allow asset issuers not to worry about coding.
Each schema contains declaration of RGB contract structure, necessary scripts and verification rules.
Contract creators and asset issuers just select appropriate schema and use it to instantiate the contract.
🎖️️ | Name | Details | Interfaces | # Contracts |
NFT which is non-divisible and singular | RGB21Unique | 1 | ||
Fixed supply fungible token | RGB20Fixed | 1 | ||
Fungible token with variable supply | RGB20Replaceable | 0 | ||
NFT-like fungible token | RGB25Base | 0 |
Displayed 4 out of 4 schemata from 2 developers