@polytope-labs/hyperclient
v1.0.1
Published
The hyperclient is a library for managing (in-flight) ISMP requests
Downloads
203
Readme
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";