JS/TS SDK
An SDK written in Javascript/Typescript for KiiChain
Last updated
An SDK written in Javascript/Typescript for KiiChain
Last updated
Note: This project is still under development so future changes will be made.
A JS/TS library for interacting with KiiChain and other Cosmos-based blockchain networks. This repo will not be 100% finalized until mainnet launch, therefore, changes could be made.
kiijs
is a library written in TypeScript used for interacting with KiiChain. The library provides methods to conveniently send transactions, query data, and manage wallets. The library is implemented based on gRPC-web protocol which sends HTTP/1.5 or HTTP/2 requests to a gRPC proxy server, before serving them as HTTP/2 to gRPC server.
The library supports both Node.js and browsers.
Below is a simple example for querying an account's balances:
All contributions are very welcome! Remember, contribution is not only PRs and code, but any help with docs or helping other developers solve their issues are very appreciated!
Read below to learn how you can take part in the KiiPy project.
The full documentation and repo can be found .
Under the directory, you can find examples of basic ledger interactions using kiijs
, such as transferring tokens, staking, and deploying.
Please be sure to read and follow our . By participating, you are expected to uphold this code.
Read our to learn about our issue and pull request submission processes, coding rules, and more.
We use for tracking requests and bugs, for general questions and discussion.
The KiiPy project is licensed under .