#nft #filecoin #fvm #token #frc-0053

frc53_nft

Filecoin FRC-0053 non-fungible token reference implementation

10 releases (major breaking)

new 8.0.0 Apr 15, 2025
7.0.0 Mar 14, 2025
6.0.1 Nov 22, 2024
5.0.0 Jun 14, 2024
1.0.0 Aug 18, 2023

#8 in #fvm

Download history 108/week @ 2025-03-11 10/week @ 2025-03-18 1/week @ 2025-03-25

119 downloads per month

MIT/Apache

140KB
2.5K SLoC

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.

Dependencies

~7MB
~152K SLoC