1.8.1 • Published 2 years ago

@trustology/trustvault-nodejs-sdk v1.8.1

Weekly downloads
71
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.8.0

2 years ago

1.8.0-beta.1

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.5.5

4 years ago

1.5.6

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.12

4 years ago

1.2.9

4 years ago

1.2.10

4 years ago

1.2.11

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

5 years ago

1.2.1

5 years ago

1.1.1

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago