🏟️ BUIDL where legends play. Join our Hackathon at Parc des Princes, Paris – July 2025 •
Register Now
Chiliz Chain Developer Docs
Chiliz ChainBlock ExplorerCommunitySocios.com
English
English
  • Chiliz Chain developer docs
  • Quick Start
    • Chiliz Chain in a nutshell
    • Connect to Mainnet and Testnet
    • Deploy and verify a contract
      • Deploy with Remix IDE
      • Deploy with thirdweb
      • Verify with Chiliscan
      • Verify with Chiliz Block Explorer
    • Run a Chiliz Chain Node
    • Free online courses
    • Inflation Supply Allocation Addresses
    • Smart Contract Addresses
  • Learn
    • About Chiliz Chain
      • Tokenomics
      • Security Audits
      • Chiliz Labs
    • About Wallets
      • How to use MetaMask
        • Install MetaMask
        • Link Chiliz Chain to MetaMask
      • How to use a multisig wallet (Safe)
    • About Bridging
      • Using Dcentralab's Chainport
      • Using Chiliz Bridge
      • Bridging stablecoins
      • Making your project token bridgeable
    • About Staking
      • Stake your CHZ
      • Unstake your CHZ
      • Staking Rewards
      • Stake CHZ from your Ledger
      • Chiliz Staking FAQ
    • About Validators
      • Defining Validators and Delegators
      • Why Become a Validator
      • How to Become a Validator
      • Running a Validator node
      • How to Stop Being a Validator
      • About Validator slashing
    • About Fan Tokens
      • 2023 Migration of Fan Tokens to Chiliz Chain
    • About Stablecoins
      • Stablecoins on Chiliz Chain
    • Glossary
      • Blockchain
      • Consensus mechanisms
      • Governance
      • Validator
      • Staking
      • Wallet
      • CAP-20
      • Wrapped CHZ (wCHZ)
  • Develop
    • Basics
      • Connect to Chiliz Chain
        • Connect using RPC
        • Run a Chiliz Chain Node
        • Use a hardware wallet
      • Block Explorers
      • Testnet Faucet
        • Obtain testCHZs with Tatum Faucet
      • Use Wrapped CHZ
      • How-Tos
        • How to get the balance of a wallet
        • How to get the history of a wallet
        • How to get the metadata of a specific NFT
      • Tips & Tricks
    • Advanced
      • How to integrate Socios Wallet in your dApp
      • How to use Account Abstraction
      • How to get the USD price of Fan Tokens
      • How to generate random numbers
      • How to follow transfers of a Fan Token
      • How to create Telegram notifications for Fan Token transfers
      • How to estimate gas fees
    • Chiliz Chain API
    • Developers FAQ
  • Community
    • Chiliz Chain Ecosystem
      • Developer Tools
        • Ankr
        • Azuro
        • Biconomy
        • Blocknative
        • Hyperlane
        • Lumx
        • Moralis
        • Pyth
        • Reown
        • Rarible
        • Tatum
        • The Graph
        • Thirdweb
        • Web3Auth
      • Custody solutions
        • Cobo
        • Fireblocks
      • Wallets
        • Magic
        • Privy
    • Developers events
      • Chiliz Sports Hackathon - July 2024
        • Setting The Stage
        • Getting Started
        • Mission Brief & Key Dates
        • The Prize Money
        • Theme & Intro
        • Tracks, Requirements, Regulations & Scoring Criteria
        • The Process
        • Disclaimers
        • Useful information
      • ETHGlobal Bangkok Hackathon 2024
      • ETHGlobal Istanbul Hackathon 2023
      • ETHGlobal London Hackathon 2024
      • ETHGlobal Online Hackathon Summer 2024
      • Hacking Poland 2025
      • Lumx Hack powered by ETH Rio
  • Chiliz Chain Changelog
    • Governance Proposals & Decisions
      • February 2025: New validator proposals
      • December 2024: Governance Update Proposals
      • May 2024: Dragon 8 (Tokenomics 2.0) Proposal
      • 2024 Dragon8 hard fork announcement
    • Blockchain code changes
    • Outage reports
      • Details on the May 21st outage
  • Doc Updates
Powered by GitBook
On this page
  • Can Chiliz Chain contracts be written in Solidity?
  • How to obtain test tokens?
  • Can I create my own Fan Tokens™, or should I only use the existing ones?
  • Is CREATE2 supported on Chiliz?
  • Is there a way to verify contracts on Spicy using Hardhat?
  • What is the decimal value for the Chiliz native token (CHZ)?
  • Is Chiliz supported on Biconomy?
  • When should I upgrade mainnet vs testnet nodes?
  • What is the difference between a Testnet and Mainnet?
  • What happened to the Scoville Testnet?
  • Can I wrap CHZ on Spicy Testnet?

Was this helpful?

  1. Develop

Developers FAQ

Last updated 2 months ago

Was this helpful?

To ensure that your transaction doesn't remain in "pending" status for too long, you should include enough to cover the fees:

  • Minimum gas fee: 2,500 gwei.

  • Minimum priority fee: 1 gwei.

Can Chiliz Chain contracts be written in Solidity?

Yes, the Chiliz Chain is EVM compatible and supports Solidity. Note that CHZ on Chiliz Chain is the native token and not a smart contract. This is similar to ETH on Ethereum.

Use Solidity 0.8.23 for your contracts. Chiliz Chain does not support higher versions currently. Ensure we are running with EVM version 19.

How to obtain test tokens?

You can get test tokens for the Spicy network through faucets.

Check our dedicated documentation here:

Can I create my own Fan Tokens™, or should I only use the existing ones?

You can create your own fan tokens, which are ERC20 tokens with 0 decimals.

While we encourage using existing ones, deploying your own on the Spicy Testnet may provide more liquidity for testing.

Is CREATE2 supported on Chiliz?

CREATE2 is support on Chiliz Chain Mainnet.

Is there a way to verify contracts on Spicy using Hardhat?

What is the decimal value for the Chiliz native token (CHZ)?

The Chiliz token (CHZ) has 18 decimal places.

Is Chiliz supported on Biconomy?

Refer to the following page for more details:

When should I upgrade mainnet vs testnet nodes?

If you run your own node, we advise you to upgrade both mainnet and testnet nodes whenever a newer version is available.

What is the difference between a Testnet and Mainnet?

Testnet is a replica of the Mainnet blockchain and is used to test out the chain for free, without consuming gas fees. Mainnet on the contrary is where all the real transactions happen and you will be charged the actual gas fees as well. It's a real transfer of crypto coins / Fan tokens.

The Testnet is a testing ground for smart contracts that will later be deployed on Chiliz Chain. We are offering the Testnet for users to get a chance to play around with and test some basic on-chain smart contracts.

Spicy is our Testnet blockchain and Chiliz Chain is our Mainnet blockchain.

What happened to the Scoville Testnet?

We launched the Scoville Testnet in early 2022 to enable users to test out dApps that will be later deployed on the Chiliz Chain Mainnet.

Following external audits, we decided to improve the overall security and performance of our blockchain. However, since it couldn’t be done without a hard fork, in January 2023 we introduced the Spicy Testnet.

The Scoville Testnet should not be used anymore, and is deprecated.

We encourage all developers to deploy their tests on Spicy Testnet as it will be kept up-to-date to directly reflect the new Chiliz Chain.

Can I wrap CHZ on Spicy Testnet?

Yes, you can wrap on the Spicy Testnet.

You can use our wCHZ token if you prefer an ERC20 version of the token instead of the native token.

ThirdWeb has deployed a CREATE2 factory on the Spicy testnet. For reference, see the unverified contract at .

Currently, there is no direct method to verify contracts on Spicy using Hardhat. We recommend flattening your contracts and using the or . Ensure you correctly set the compiler version, EVM version, and optimization settings during verification.

For reference, see the Wrapped CHZ contract: .

For easier management, consider using services like and for on-chain data instead of running your own node.

Yes! Chiliz support on Biconomy can be verified .

Make sure you are connected to the Spicy Testnet in your wallet (e.g., MetaMask) before connecting, then open the and connect your wallet.

Testnet Faucet
this address
Chiliz Chain explorer
Chiliscan
0x678c34581db0a7808d0aC669d7025f1408C9a3C6
Moralis.io
Tatum.io
through their own documentation
Biconomy
Spicy Wrap UI