0.24.3 • Published 1 year ago

@tpblock/client v0.24.3

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

@tpblock/client

NPM version

General purpose library for TPOS blockchain clients.

Installation

npm install @tpblock/client

Usage

const CHAIN = require('@tpblock/client');
chain = CHAIN({
	chainId: config["chainId"],
	keyProvider: keyProvider,
	httpEndpoint: config["bios_httpEndpoint"],
	logger: {
		log: null,
		error: null
	},
});

Test

npm test
0.24.3

1 year ago

0.24.2

2 years ago

0.23.11

3 years ago

0.23.13

3 years ago

0.23.12

3 years ago

0.23.14

3 years ago

0.23.6

3 years ago

0.23.5

3 years ago

0.23.4

3 years ago

0.23.3

3 years ago

0.23.1

3 years ago

0.23.0

3 years ago