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

frc53_nft

Filecoin FRC-0053 non-fungible token reference implementation

5 releases (3 major breaking)

4.0.0 Jan 26, 2024
3.0.0 Oct 31, 2023
3.0.0-alpha.1 Oct 3, 2023
2.0.0 Oct 3, 2023
1.0.0 Aug 18, 2023

#2175 in Magic Beans

Download history 4/week @ 2024-01-22 15/week @ 2024-02-19 9/week @ 2024-02-26 9/week @ 2024-03-11 83/week @ 2024-04-01

92 downloads per month

MIT/Apache

135KB
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.


lib.rs:

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

~5MB
~104K SLoC