8 releases (stable)
new 6.0.1 | Nov 22, 2024 |
---|---|
6.0.0 | Nov 21, 2024 |
5.0.0 | Jun 14, 2024 |
4.0.0 | Jan 26, 2024 |
1.0.0 | Aug 18, 2023 |
#15 in Magic Beans
445 downloads per month
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.
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
~6MB
~119K SLoC