Front-end
Last updated
Was this helpful?
Last updated
Was this helpful?
Front-end of DApp usually connect to blockchain using web browser's extension. In this case, KardiaChain Wallet Chrome extension
Install the extension at
After enabled, the extension will inject a web3 provider at window.kardiachain
. This provider will be used by DApp to interact with blockchain
Connect to the provider:
Note: this is available only after Galaxias hardfork
Network parameters:
Network name: KardiaChain Mainnet
Chain ID: 24
Symbol: KAI
For detail on using window.web3
, please follow web3
If you're not familiar with adding custom network to MetaMask, please read .
RPC URL:
Block explorer URL:
For detail on connecting to MetaMask, please follow .