tezbridge-network
v1.1.0
Published
The TezBridge network library for Tezos blockchain in JavaScript with Flow type system
Downloads
55
Readme
TezBridge Network client
This library is compatible with the standard Tezos RPC protocol.
Installation
npm i tezbridge-network
Requirements
parcel-bundler
is needed. (npm install -g parcel-bundler
)- When the library is built for brower usage, setting the env value
BROWSER_OPT=true
can shrink the output file.
Test
npm run test