1.0.23 • Published 18 days ago

@signet-trade/escrow-service-sdk v1.0.23

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
18 days ago

Signet Trade escrow-service Node SDK

npm.io

Build Status

The Signet Trade escrow-service Node SDK provides your JavaScript & TypeScript applications access to the escrow-service API.

This library can be used by NodeJS applications, tools, and other automations to access and manage cryptocurrency coins, tokens, and wallets.

Installation

You can install the SDK using npm/yarn/pnpm

npm install @signet-trade/escrow-service-sdk
pnpm install @signet-trade/escrow-service-sdk
yarn add @signet-trade/escrow-service-sdk

Usage

Creating an API client

import { EscrowServiceV1 } from '@signet-trade/escrow-service-sdk';

// Create new client with your private access tokens
const escrowService = new EscrowServiceV1({
	SIGNET_ACCESS_KEY: '<my-public-key>',
	SIGNET_ACCESS_SECRET: '<my-private-key>',
});
1.0.23

18 days ago

1.0.22

26 days ago

1.0.19

1 month ago

1.0.18

1 month ago

1.0.17

1 month ago

1.0.16

1 month ago

1.0.20

1 month ago

1.0.15

1 month ago

1.0.14

1 month ago

1.0.13

1 month ago

1.0.12

1 month ago

1.0.11

1 month ago

1.0.9

1 month ago

1.0.8

1 month ago

1.0.10

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.5

1 month ago

1.0.4

1 month ago

1.0.3

1 month ago

1.0.2

2 months ago

1.0.1

2 months ago

0.1.1

6 months ago

0.1.0

6 months ago