Registry / crypto / frc46-token

frc46-token

JSON →
library15.0.0rscratesunverified

Filecoin FRC-0046 fungible token reference implementation.

# Cargo.toml [dependencies] frc46_token = "15.0.0"
INSTALL
IMPORT
SIG · FRC46-TOKEN
F
frc46-token
cryptorustv15.0.0
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.

FRC46Token
✓ use frc46_token::FRC46Token;

Creates a new FRC-0046 fungible token instance.

use frc46_token::FRC46Token; fn main() { let token = FRC46Token::new(); println!("FRC46 token created"); }
Debug
Known issues
gotchaRequires Filecoin-specific runtime environment.
fix
Ensure you are running in a Filecoin actor context.
affects: >=15.0.0
Upgrade
Version history
15.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
frc46-token — cargo add frc46-token · libregistry