frc53_nft

Crates.iofrc53_nft
lib.rsfrc53_nft
version5.0.0
sourcesrc
created_at2023-08-18 03:27:59.674087
updated_at2024-06-14 20:33:44.859509
descriptionFilecoin FRC-0053 non-fungible token reference implementation
homepage
repositoryhttps://github.com/helix-onchain/filecoin/
max_upload_size
id947556
size97,262
Steven Allen (Stebalien)

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: 126

cargo fmt