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