See also โ
Resources โ
- Library template: view, download.
- Library test templates: part 1 view, download, part 2 view, download, part 3 view, download,
- pdoc (code documentation): fa2_lib, fa2_lib_test1, fa2_lib_test2, fa2_lib_test3
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.