Skip to content

tpblock/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •