Wallet-native token deployment

Make tokens people can use.

Configure a transparent ERC-20 contract and deploy it directly from your wallet on any supported EVM network.

Create token

Token studio

Shape the contract.

Every choice becomes constructor data for the reviewed contract you deploy.

01

Token details

The essentials that identify your asset.

02

Controls

Only enable abilities your project genuinely needs.

03 · Target network
04 · Deploy from your walletWe estimate the transaction first, then your wallet asks for final approval.
contracts/AuroraToken.sol

Verified deployment source

Ready

Clear by design

No mystery machinery.

01

Direct deployment

Your wallet creates the ERC-20 contract directly. There is no factory, platform fee, or opaque intermediary transaction.

02

Reviewed before signing

Forge estimates the deployment first and shows the network, creator, and fee estimate before it asks your wallet to sign.

03

Verifiable source

Download the exact Solidity source used for the bundled deployment bytecode and verify it independently after deployment.

OpenZeppelin templates + expert mode

Deploy ERC‑20, NFTs, or your own Solidity.

Choose a ready OpenZeppelin template or write code from scratch. Compilation happens in your browser with solc 0.8.24.

Compile locallyReview all code carefully. Deployments are irreversible.
Deploy from walletForge does not audit, alter, or store custom code.

Production EVM catalog

Where will it live?

The built-in catalog covers actively maintained production EVM networks. For any other compatible network, use “Add a custom EVM” with its official RPC details.

Select a network

Choose your destination

Custom network

Add an EVM chain

Transaction review

Ready to deploy?

Network
Creator
Token
Gas estimate
Estimated network fee
Platform fee
None

The deployment has been simulated using your connected wallet. Selecting “Open wallet” sends no funds until you approve the final transaction in your wallet.

Deployment status

Deploying token

Waiting for wallet confirmation…

Source verification

Verify an existing token

Only the original contract-creation transaction can prove the constructor settings.

Token management

Manage a Forge ERC-20

Only the current owner can use these controls. Mint accepts whole-token units; use only with Forge ERC-20 contracts.