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