Open Issues Need Help
View All on GitHub Blockchain • SDKs
Remove Node crypto import from chain-api about 2 months ago
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
135
GalaChain SDK allows you to develop, test, call and deploy chaincodes on GalaChain
TypeScript