This repository collects reference implementations, examples, and explanations for aspects of ZRC6 — Zilliqa's NFT standard on the Scilla VM.
Each topic lives in its own subdirectory with its own README, source code, and tests.
| Example | Description |
|---|---|
| zrc6_erc721_interop | ERC721 proxy contract that wraps a deployed ZRC6 Scilla NFT and exposes a standard ERC721 interface to EVM callers |
ZRC6 is the Zilliqa NFT standard, implemented in the Scilla smart contract language. On Zilliqa's dual-VM network the Scilla and EVM execution environments run side-by-side and can call each other through dedicated precompiles. The examples in this repository explore practical patterns that arise from that interoperability.
New examples follow the same structure: a subdirectory at the repository root containing source code, tests, and a README that explains the concept, the implementation, and how to run it.