Configure ICO platform settings
ICO settings manage the core configuration for your token sale platform. These settings control the basic operational parameters including blockchain configurations, token types, platform settings, and launch plan management.
Blockchain network configurations
Token type definitions and settings
General platform configuration
Launch plan management
Access the ICO settings configuration:
The settings page is organized into four main categories for managing different aspects of your ICO platform.
Configure supported blockchain networks for ICO token launches. Settings include:
Define and manage token types available for ICO offerings. Configuration includes:
Configure general platform settings that affect overall ICO functionality:
Configure launch plans that define the features and pricing for ICO offerings:
Update settings and parameters
Enable/disable features
Backup and maintenance
{
"name": "Ethereum Mainnet",
"chainId": 1,
"symbol": "ETH",
"rpcUrl": "https://mainnet.infura.io/v3/...",
"explorerUrl": "https://etherscan.io",
"status": "active"
}
{
"name": "Standard ERC-20",
"standard": "ERC-20",
"decimals": 18,
"features": ["mintable", "burnable"],
"status": "active"
}
{
"name": "Starter Plan",
"price": 99.99,
"currency": "USD",
"features": {
"maxTeamMembers": 5,
"maxRoadmapItems": 10,
"supportLevel": "basic"
}
}