Resources

Helpful resources to start building on Kiichain

CosmJS - https://github.com/cosmos/cosmjs

This is a Javascript library that could be utilized on the frontend for creating robust dApps in the cosmos ecosystem. This library has been used to build many things such as wallets and applications that require sending transaction messages on a cosmos based blockchain.

Easy CosmJS starting point documentation - https://gist.github.com/webmaster128/8444d42a7eceeda2544c8a59fbd7e1d9

Cosmpy - https://github.com/fetchai/cosmpy

A python library created by fetchai. Similar to CosmJS, this library handles connectivity and transaction creation and broadcasting to cosmos based chains.

If adding a library in your dApp is not an option or you prefer not to use javascript/typescript or python, communicating via rpc endpoints is also possible. Kiichain’s validators expose rpc endpoints that dApp developers can utilize when building dApps. It is highly recommended for dApp developers to bring up their own node in order to utilize these rpc endpoints (more information about setting up a node here: https://kii-blockchain.gitbook.io/docs/validate-the-network/run-a-validator-full-node/getting-started)

Kiichain Master Validator’s RPC endpoints:

TESTNET: https://a.testnet.kiivalidator.com:26658/

MAINNET: coming soon

Last updated