See also
Resources
- Library template: view, download.
- Library test templates: NFT view, download, Fungible view, download, Single asset view, download,
- pdoc (code documentation): fa2_lib, fa2_lib_test_nft, fa2_lib_test_fungible, fa2_lib_test_single_asset
Minimal standalone FA2 implementations
Some minimal examples of FA2 contracts written from scratch (without using the FA2 library) are:
- nft: fa2_nft_minimal.py, fa2_lib
- fungible: fa2_fungible_minimal.py, fa2_lib
They provide a minimal implementations of the FA2 standard with all the metadata and off-chain views.