concordium-node-sdk-js
concordium-node-sdk-js copied to clipboard
TypeScript SDK for using the Concordium blockchain
Got new error, so authentication should work out now. This fixes the fact that the default behaviour is to publish a private package, but ours is public, so that gave...
## Purpose We should provide functions for computing an estimate of energy usage needed for running an update transaction for a smart contract on chain. The function should take the...
We should set up the CI using \[size-limit\]([https://github.com/ai/size-limit](https://github.com/ai/size-limit)) to ensure that we don't accidentally blow up the bundled size of the SDK.Small changes can result in bad tree-shaking and this...
**Task description** Currently, `ccd-js-gen` supports construct bytes parameters from regular javascript types, but does not provide functions for parsing parameters back into javascript types. This will be a small task,...
**Bug Description** When creating a CIS2 transfer the base64 encoding of the schema is not properly base64 padded. **Steps to Reproduce** Use the CIS2 client to create a CIS2 transfer....
**Task description** Running (at least some) examples yields rather hard to understand output, e.g., hashes are not in hex, addresses are not in base58 (see screenshot which is the output...
Our various dApp examples should use generated smart contract clients (`ccd-js-gen`). This is to track the task of doing so. ~This cannot be done until the web-wallet API supports web-SDK...
**Bug Description** `TransactionExpiry.toJSON` converts a `TransactionExpiry` to a `number` as a serializable representation. However, a `TransactionExpiry` is implemented as a number of seconds from the UNIX epoch as a `bigint`....
**Description** As the concordium browser wallet exposes a GRPC client from the SDK and injects the code for it into applications, it would be good to not include WASM code...
We should provide functions for computing an estimate of energy usage needed for running an update transaction for a smart contract on chain.The function should take the information needed for...