Templates & Deploy

LaunchKit is the deployment surface. It ships with self-contained, audited templates for each network \u2014 tokens, NFTs, programs and more \u2014 that compile with no external dependencies, so a deploy is fast and predictable. The catalog below is the EVM (Solidity) set; selecting a non-EVM network swaps in that ecosystem\u2019s templates.

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 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…