JS/TS SDK for KiiChain

5 stars 13 forks 5 watchers TypeScript Apache License 2.0
4 Open Issues Need Help Last updated: Sep 10, 2025

Open Issues Need Help

View All on GitHub
documentation good first issue

JS/TS SDK for KiiChain

TypeScript
enhancement good first issue help wanted

JS/TS SDK for KiiChain

TypeScript

AI Summary: Expand the unit tests for the @kiichain/kiijs-proto package to cover a larger portion of the KiiChain protofiles. This involves creating new test files in the `packages/proto/tests` directory, writing unit tests for each protofile, and ensuring the tests run successfully in the CI/CD pipeline. A wallet key with testnet funds will be needed for testing.

Complexity: 3/5
enhancement good first issue help wanted

JS/TS SDK for KiiChain

TypeScript

AI Summary: The task is to debug and fix failing tests in the `@kiichain/kiijs-proto` package. The tests are failing because they use the wrong account and don't have sufficient funds to perform transactions. The solution involves identifying the correct account to use, ensuring it has a sufficient balance, and updating the tests accordingly.

Complexity: 4/5
bug good first issue

JS/TS SDK for KiiChain

TypeScript