Skip to content

Latest commit

 

History

History
executable file
·
28 lines (24 loc) · 511 Bytes

File metadata and controls

executable file
·
28 lines (24 loc) · 511 Bytes

@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