frc53_nft

Crates.iofrc53_nft
lib.rsfrc53_nft
version8.0.0
created_at2023-08-18 03:27:59.674087+00
updated_at2025-04-15 00:46:58.294352+00
descriptionFilecoin FRC-0053 non-fungible token reference implementation
homepage
repositoryhttps://github.com/helix-onchain/filecoin/
max_upload_size
id947556
size117,215
fvm-crate-owners (github:filecoin-project:fvm-crate-owners)

documentation

README

frc53_nft

This acts as the reference library for FRC53. While remaining complaint with the spec, this library is opinionated in its batching, minting and storage strategies to optimize for common usage patterns.

For example, write operations are generally optimised over read operations as on-chain state can be read by direct inspection (rather than via an actor call) in many cases.

Commit count: 149

cargo fmt