# Contract templates

> Reusable smart-contract examples and project starters.

- Canonical page: [Contract templates](https://www.qrlecosystem.com/capabilities/contract-template/)

## Projects
- [Hyperion](https://www.qrlecosystem.com/projects/hyperion/index.html.md): QRL's contract-oriented smart-contract language and compiler for the Quantum Resistant Virtual Machine, designed as a Solidity-derived toolchain for building tokens, applications, voting systems, and other QRL 2.0 contracts.
- [QRC20 Factory](https://www.qrlecosystem.com/projects/qrc20-factory/index.html.md): An open-source QRL 2.0 reference implementation for deploying a QRC20 token factory, creating configurable tokens, and reading token details through QRL Web3.js on the public testnet or a local node.
- [QRL Contract Example](https://www.qrlecosystem.com/projects/qrl-contract-example/index.html.md): A JavaScript reference project for compiling, deploying, and interacting with a Hyperion token contract on QRL 2.0 using @theqrl/web3, including on-chain transfers and off-chain balance queries.
- [Zond Web3 Wallet dApp Example](https://www.qrlecosystem.com/projects/zond-web3-wallet-dapp-example/index.html.md): A React and TypeScript example dApp for discovering and connecting to the Zond Web3 Wallet and other EIP-6963 browser wallets, exercising wallet and Zond JSON-RPC methods, and inspecting responses or errors.

