Skip to content

Zilliqa/zrc6-additional-references

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ZRC6 Additional References

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.

Examples

Example Description
zrc6_erc721_interop ERC721 proxy contract that wraps a deployed ZRC6 Scilla NFT and exposes a standard ERC721 interface to EVM callers

About ZRC6

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.

Contributing

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors