Deploying KRC20 Token
KardiaChain Official User Guide for Deploying KRC20 Token on Testnet and Mainnet
Last updated
KardiaChain Official User Guide for Deploying KRC20 Token on Testnet and Mainnet
Last updated
Prerequisite
Connect your MetaMask wallet to KardiaChain mainnet or testnet. Detail instruction can be found here.
Have some KAI in your wallet to use as transaction fee
Deploying a new KRC20 token can be done by using Remix and ERC20 contract from Open Zeppelin open source.
Create new contract KRC20.sol
and copy code from the following sample
3. Deploy contract