GalaChain SDK allows you to develop, test, call and deploy chaincodes on GalaChain

1 Open Issue Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub
Blockchain SDKs

AI Summary: Replace the `node:crypto` import in `@gala-chain/api`'s `randomUniqueKey` function with the equivalent functionality from `@noble/secp256k1` to improve browser compatibility. This involves finding the `randomBytes` function within `randomUniqueKey`, replacing it with the `@noble/secp256k1` equivalent, and testing the changes to ensure functionality remains intact.

Complexity: 3/5
good first issue

GalaChain SDK allows you to develop, test, call and deploy chaincodes on GalaChain

TypeScript