ChainPortalChainPortal Docs
Getting Started
Getting Started

Introduction

What is ChainPortal and why should you use it? Learn about the multi-chain platform that lets you create tokens and NFTs without writing code.

What is ChainPortal?

ChainPortal is a no-code platform for creating and managing tokens, NFTs, and multi-token collections across 6 blockchain ecosystems and 50+ networks.

Whether you want to launch a meme token on Ethereum, an NFT collection on Solana, or a utility token on Cosmos -- ChainPortal handles everything from wallet connection to on-chain deployment.

No coding required. ChainPortal deploys production-ready, audited smart contracts through an intuitive UI. You just fill in the details.

Supported Ecosystems

EVMEVM -- 33+ ChainsSolanaSolanaCosmosCosmosAptosAptosSUISUINEARNEAR

What Can You Create?

Asset TypeStandardsDescription
TokensERC20, SPL, CW20, FA, Coin, NEP-141Fungible tokens with optional mint, burn, pause, whitelist, anti-bot, and tax features
NFTsERC721, Metaplex, CW721, DA, NFT, NEP-171Non-fungible token collections with royalties, reveal, and IPFS metadata
Multi-TokensERC1155, CW1155, Multi-AssetMultiple token types in a single contract

Key Features

Token Creation

Deploy tokens with configurable features: mintable, burnable, pausable, taxable, anti-bot protection, and more.

NFT Collections

Launch NFT collections with IPFS metadata, royalties (EIP-2981), reveal mechanics, and multiple mint phases.

Airdrops

Distribute tokens to thousands of addresses in a single batch transaction.

Token & LP Locking

Lock tokens or liquidity pool tokens with time-release vesting schedules.

Launchpad

Create token presales with configurable tiers, hard/soft caps, and vesting.

Staking Pools

Set up staking pools with reward distribution for your token holders.

Referral Program

Earn rewards by referring creators. On-chain tracking with tiered commissions.

Multi-Chain Deploy

Deploy the same asset across multiple blockchains from a single dashboard.

How It Works

1

Connect Your Wallet

Click 'Connect Wallet' and choose a wallet for your target blockchain. MetaMask for EVM, Phantom for Solana, Keplr for Cosmos, and more.

2

Choose What to Create

Select your asset type (Token, NFT, or Multi-Token) and pick your target blockchain network.

3

Configure Your Asset

Fill in the details: name, symbol, supply, features. Each field has a tooltip explaining what it does.

4

Deploy to Blockchain

Click 'Create' and approve the transaction in your wallet. Your contract is deployed in seconds using gas-efficient factory contracts.

5

Manage Your Asset

Use the management dashboard to mint, burn, pause, airdrop, and configure your deployed assets.

Architecture

ChainPortal uses a factory pattern for deployments:

  • EVM: EIP-1167 minimal proxy clones (up to 90% gas savings)
  • Solana: Program Derived Addresses with factory-managed state
  • Cosmos, Aptos, SUI, NEAR: Equivalent factory patterns for each runtime

All contracts are open-source and audited. See the Security docs for details.

Next Steps

On this page

Edit on GitHub