See also
Resources
- Library template: view, download
- Advanced examples with tests: NFT view, download; Fungible view, download; Single asset view, download
Minimal standalone FA2 implementations
Some minimal examples of FA2 contracts written from scratch (without using the FA2 library) are:
- NFT: fa2_nft_minimal.py.
- fungible: fa2_fungible_minimal.py.
They provide a minimal implementations of the FA2 standard with all the off-chain views.