This repository provides basic and advanced smart contract examples library for developers building on the Quranium chain — a post-quantum secure blockchain leveraging the SLHDSA signature scheme.
These contracts are provided as educational references to help you get started with Quranium development and deployment.
All smart contracts here are intended to be used with SLHDSA, Quranium’s native post-quantum signature standard.
Please ensure your deployment wallet, transaction signer, and infrastructure are compatible with SLHDSA. Use the Qafe browser extension or Quranium SDK for integration.
We welcome contributions to expand the examples and improve contract quality.
To contribute:
- Fork the repository
- Create a new branch for your changes
- Create a PR to "Develop" Branch
- We will review and merge it to develop branch first and than main branch
These contracts are not audited and should not be used in production without:
- ✅ Proper unit and integration testing
- ✅ Independent third-party security audits
- ✅ Formal verification (if applicable)
- ✅ Review of business and game-theory logic
- ✅ Compatibility validation with SLHDSA signature flow and Quranium tooling
These examples can be forked, modified, and extended to suit your use case. However, always assume they are experimental and require:
- Rigorous code review
- Network-level simulation
- Gas and state optimization review
MIT License – Free to Use with customisation and proper audit