Templates & Deploy
LaunchKit is the deployment surface. It ships with self-contained, audited templates that compile with no external dependencies, so a deploy is fast and predictable.
| Template | Category | What it is |
|---|---|---|
| SimpleERC20 | Token | A standard fungible token with mint and burn. |
| SimpleERC721 | NFT | A standard NFT collection with metadata. |
| SoulboundNFT | NFT | A non-transferable, identity-bound NFT. |
| 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 QIE 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.