@polytope-labs/hyperclient
v1.2.0
Published
The hyperclient is a library for managing (in-flight) ISMP requests
Downloads
156
Keywords
Readme
hyperclient
Allows clients of hyperbridge manage their in-flight ISMP requests.
Installation
npm install @polytope-labs/hyperclientUsage
This library is designed to portable for use across various Js environments.
NodeJs
import { HyperClient } from "@polytope-labs/hyperclient";Bundler (eg Webpack)
import { HyperClient } from "@polytope-labs/hyperclient/bundler";