concordium-node-sdk-js icon indicating copy to clipboard operation
concordium-node-sdk-js copied to clipboard

TypeScript SDK for using the Concordium blockchain

Results 37 concordium-node-sdk-js issues
Sort by recently updated
recently updated
newest added

## Purpose Currently the web SDK CredentialDeploymentPayload defines randomness as a field, which does not reflect reality and is a discrepancy when comparing with corresponding implementations in concordium-base. This was...

Hello, For CredentialDeploymentTransaction (Aka account creation) Let's say I'm using [serializeCredentialDeploymentTransactionForSubmission](https://github.com/Concordium/concordium-node-sdk-js/blob/dd0408dfa810354da5fea7682c66be3c4a2ab14b/packages/sdk/src/wasm/serialization.ts#L41) to serialize a CredentialDeploymentDetails object. When calling this function, I provide a proofs [object](https://github.com/Concordium/concordium-node-sdk-js/blob/main/packages/sdk/src/types.ts#L1676). (IdOwnershipProof) However, when I deserialize...

Ref SPO-1 ## Purpose Extends the `Transaction` API with support for `AccountTransactionV1` and sponsored transactions. Also adds support for submitting v1 account transactions to compatible nodes. ## Checklist - [x]...

## Purpose _Describe the purpose of the pull request, link to issue describing the problem, etc. ## Changes _Describe the changes that were needed. ## Checklist - [ ] My...

Ref SPO-1 ## Purpose Adds an example showing a sponsored transaction flow with 3 components: - Application frontend (`index.ts`) - Sponsor service (`sponsor.ts`) - User wallet (`wallet.ts`) ## Checklist -...

## Purpose _Describe the purpose of the pull request, link to issue describing the problem, etc. ## Changes _Describe the changes that were needed. ## Checklist - [ ] My...

## Purpose Release version 11.1 which will include support for V1 protocol for creating verifiable presentations ## Checklist - [ ] My code follows the style of this project. -...