@hyperledger/burrow

TypeScript library that calls a Hyperledger Burrow server over GRPC.

Usage no npm install needed!

<script type="module">
  import hyperledgerBurrow from 'https://cdn.skypack.dev/@hyperledger/burrow';
</script>

README

@hyperledger/burrow

This is a TypeScript API for communicating with a Hyperledger Burrow server, which implements the GRPC spec.

Version compatibility

This lib's version is pegged to burrow's version on the minor. So @hyperledger/burrow at version X.Y.^ will work with burrow version X.Y.^ where ^ means latest patch version. The patch version numbering will not always correspond. If you are having difficulties getting this lib to work with a burrow release please first make sure you have the latest patch version of each.