You could write, review, and deploy an ERC-20 contract manually, or use the Token Factory to deploy a LesterToken in one transaction. LesterToken composes OpenZeppelin ERC-20 modules with custom decimals and optional owner minting, holder burning, and owner pause controls. Upstream OpenZeppelin provenance does not constitute an audit of Lester Labs or a token creator’s selected configuration. The factory emits a TokenCreated event so explorers and dashboards can surface the deployment.
Navigate to lester-labs.com/launch. Connect your wallet and ensure you’re on LitVM testnet.
Token name: e.g. "My Project Token" Token symbol: e.g. "MPT" (max 8 characters) Initial supply: total number of tokens to mint at deployment Decimals: 18 (the standard — only change if you have a specific reason)
Mintable: allow the deployer to create more tokens after deployment (recommended for most projects) Burnable: allow any holder to burn their own tokens (useful for deflationary mechanics)
Review the fee (0.05 zkLTC) and click Deploy. Sign the transaction in your wallet. Your token contract is deployed instantly — the contract address appears in the confirmation and is automatically indexed.
Once deployed, your token is permanent on LitVM. Make sure you’ve verified the contract address is correct before sharing it. You can always find it again by searching your wallet address on the block explorer.