Templates & Deploy
LaunchKit is the deployment surface. It ships with self-contained, audited Solidity templates — QIE-20 tokens, QIE NFTs, staking, vesting, governance and more — that compile with no external dependencies, so a deploy is fast and predictable.
| Template | Category | What it is |
|---|---|---|
| QIE-20 Token | Token | A standard fungible token (ERC-20) with mint and burn. Contract: SimpleERC20. |
| QIE NFT Collection | NFT | A standard NFT collection (ERC-721) with metadata. Contract: SimpleERC721. |
| Soulbound QIE NFT | NFT | A non-transferable, identity-bound NFT. Contract: SoulboundNFT. |
| MultiSigWallet | Governance | An m-of-n multi-signature wallet. |
| TimelockController | Governance | Queue and execute calls after a delay. |
| TokenVesting | DeFi | Linear token vesting with a cliff. |
| SimpleStaking | DeFi | Stake a token and earn rewards. |
| PaymentSplitter | Utility | Split incoming funds among payees. |
The deploy flow
Selecting a template opens a guided form generated from its constructor. DevStation validates and encodes the arguments, compiles the source in a browser worker, and sends the creation transaction through your wallet. On success you get the contract address, the transaction hash, the block, a downloadable .env file, and one-click links into Routebook and the built-in explorer.
You can also submit your own template to the community catalog from the Templates page. It becomes available to deploy like any built-in.