KiiJS is a monorepo that contains multiple NPM libraries for writing applications that interact with KiiChain.
Each package has it's own documentation under its readme file.
KiiJS consists of smaller NPM packages within the @kiichain namespace. For more detailed documentation on each package, please refer to the table below.
| Package | Description |
|---|---|
| @kiichain/kiijs-evm | Typescript library containing helper functions for interacting with the EVM on Kiichain. |
| @kiichain/kiijs-proto | Typescript support for KiiChain protofiles, generated with Telescope |
| @kiichain/kiijs-rwa | Typescript support for KiiChain RWA transactions |
| @kiichain/kiijs-utils | Typescript support for a few generic Kiichain fucntions, like address conversion or ethscp256-1 signer |
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 KiiJS-SDK project.
Please be sure to read and follow our Code of Conduct. By participating, you are expected to uphold this code.
Read our contribution guidelines to learn about our issue and pull request submission processes, coding rules, and more.
We use GitHub Issues for tracking requests and bugs, and for general questions and discussion.
The KiiJS-SDK project is licensed under Apache License 2.0.