frc53_nft

Crates.iofrc53_nft
lib.rsfrc53_nft
version6.0.1
sourcesrc
created_at2023-08-18 03:27:59.674087
updated_at2024-11-22 04:50:02.912304
descriptionFilecoin FRC-0053 non-fungible token reference implementation
homepage
repositoryhttps://github.com/helix-onchain/filecoin/
max_upload_size
id947556
size97,732
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: 134

cargo fmt