@web3-utnet-js/iframe-rpc
v0.0.4
Published
IFrame RPC client/server implementation
Downloads
4
Readme
IFrame RPC
The @web3-utnet-js/iframe-rpc
package facilitates async RPC calls between cross-domain frames using the postMessage
API.
Installation and Usage
Install @web3-utnet-js/iframe-rpc
package from the NPM registry.
# Using Yarn
yarn add @web3-utnet-js/iframe-rpc
# Using NPM.
npm install @web3-utnet-js/iframe-rpc
In your app:
import { IFrameRPC } from "@web3-utnet-js/iframe-rpc";
const rpc = new IFrameRPC({...})
await rpc.isReady
// Call away!
License
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-MIT and LICENSE-APACHE for details.