Registry / crypto / rgb-std

rgb-std

JSON →
library0.10.9rscratesunverified

Standard Library for RGB smart contracts, providing core types and functionality for RGB protocol.

# Cargo.toml [dependencies] rgb-std = "0.10.9"
INSTALL
IMPORT
SIG · RGB-STD
R
rgb-std
cryptorustv0.10.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Contract
use rgb_std::Contract;

Creates a default RGB contract instance.

use rgb_std::Contract; fn main() { let contract = Contract::default(); println!("{:?}", contract); }
Debug
Known issues
gotchaRequires understanding of RGB protocol and Bitcoin integration.
fix
Refer to RGB documentation for proper usage and dependencies.
affects: >=0.10.0
Upgrade
Version history
0.10.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
Resources
rgb-std — cargo add rgb-std · libregistry