Step by step

Steps to starting a Kiichain dApp in Typescript/Javascript

  1. Start by selecting a framework to build your dApp in (React, Vue, Angular, etc.).

  2. Include your dependencies along with cosmjs.

  3. Connect your dApp to Kiichain via the testnet validator. https://a.testnet.kiivalidator.com:26658/

  4. Interact with the chain via cosmjs (performing transfers, staking functionality, etc.).

  5. Optional: If you are requiring testnet tokens, join discord and request for tokens through the testnet-faucet channel. You are required to provide your KII address for the testnet faucet to send you KII tokens.

Last updated