tezbridge-crypto
v1.1.0
Published
The TezBridge crypto library for Tezos blockchain in JavaScript with Flow type system
Readme
tezbridge-crypto
This library contains useful codec and crypto utilities for Tezos.
Installation
npm i tezbridge-crypto
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
