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

1 year ago

0.23.11

2 years ago

0.23.13

2 years ago

0.23.12

2 years ago

0.23.14

2 years ago

0.23.6

2 years ago

0.23.5

2 years ago

0.23.4

2 years ago

0.23.3

2 years ago

0.23.1

2 years ago

0.23.0

2 years ago