hyperclient
Allows clients of hyperbridge manage their in-flight ISMP requests.
Installation
npm install @polytope-labs/hyperclient
Usage
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";