0.24.2 • Published 2 months ago

@tpblock/client v0.24.2

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

2 months ago

0.23.11

1 year ago

0.23.13

12 months ago

0.23.12

1 year ago

0.23.14

12 months ago

0.23.6

1 year ago

0.23.5

1 year ago

0.23.4

1 year ago

0.23.3

1 year ago

0.23.1

1 year ago

0.23.0

1 year ago