# Deployment tooling

> Tools that install or deploy nodes, contracts, or applications.

- Canonical page: [Deployment](https://www.qrlecosystem.com/capabilities/deployment/)

## Projects
- [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 2.0 Token Generator](https://www.qrlecosystem.com/projects/qrl-token-generator/index.html.md): A browser application for deploying configurable fungible tokens on the QRL 2.0 testnet without writing code, including supply, decimals, minting, burning, ownership, recipient, wallet-cap, and transaction-limit options.
- [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.
- [QRL Helpers](https://www.qrlecosystem.com/projects/qrl-helpers/index.html.md): A community-maintained collection of scripts and helper tools for QRL 2.0 development and operations, currently centered on installing a complete node stack on Ubuntu 24.04.

