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.

TemplateCategoryWhat it is
SimpleERC20TokenA standard fungible token with mint and burn.
SimpleERC721NFTA standard NFT collection with metadata.
SoulboundNFTNFTA non-transferable, identity-bound NFT.
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 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.
DevStation
Loading console…