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.

TemplateCategoryWhat it is
QIE-20 TokenTokenA standard fungible token (ERC-20) with mint and burn. Contract: SimpleERC20.
QIE NFT CollectionNFTA standard NFT collection (ERC-721) with metadata. Contract: SimpleERC721.
Soulbound QIE NFTNFTA non-transferable, identity-bound NFT. Contract: SoulboundNFT.
MultiSigWalletGovernanceAn m-of-n multi-signature wallet.
TimelockControllerGovernanceQueue and execute calls after a delay.
TokenVestingDeFiLinear token vesting with a cliff.
SimpleStakingDeFiStake a token and earn rewards.
PaymentSplitterUtilitySplit 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.
DevStation
Loading console…