fabric-wrapper

utils to make fabric client easier to use.

Usage no npm install needed!

<script type="module">
  import fabricWrapper from 'https://cdn.skypack.dev/fabric-wrapper';
</script>

README

fabric-wrapper

NOTICE: version 1.2 is no longer compatible whit previous versions.
Version x.y.z will be a wrapper of fabric-client @x.y.*

Usage

Client & Channel are inherited from origin fabric-client Client & Channel, so you can use them in the same way of fabric-client except the override functions.
See code in examples to check how to use it. :)