1.8.1 • Published 1 year ago

@trustology/trustvault-nodejs-sdk v1.8.1

Weekly downloads
71
License
MIT
Repository
github
Last release
1 year ago

trustvault-nodejs-sdk

The TrustVault Node.js SDK allows Node.js clients to interact with TrustVault. It includes the following core components.

TrustVault - client interface to interact with TrustVault (webhooks, transaction, wallet) AwsKmsKeyStore - Class that wraps AWS KMS key for signing transaction - Bitcoin and Ethereum Transaction Class (validate and sign transaction digest(s)) wallet - Policy Class (validate and sign policyChangeRequest digest) signature - verify and produce sign data decoder - asn1-der decoder encoder - asn1-der encoder

Installation

$ npm i @trustology/trustvault-nodejs-sdk
# Or:
$ yarn add @trustology/trustvault-nodejs-sdk

Getting Started

// common
const { TrustVault } = require("@trustology/trustvault-nodejs-sdk");

// es6
import { TrustVault } from "@trustology/trustvault-nodejs-sdk";

// sandbox env
const trustVaultSandbox = new TrustVault({ apiKey: "<TRUST_VAULT_API_KEY>", environment: "sandbox" });

const trustVault = new TrustVault({ apiKey: "<TRUST_VAULT_API_KEY>"});

You can find more detailed documentation and examples in our Developer Documentation.

1.8.1

1 year ago

1.8.0

1 year ago

1.8.0-beta.1

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.5.5

2 years ago

1.5.6

2 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.12

3 years ago

1.2.9

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago