0.0.2 • Published 11 months ago

@chainge/plugin v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Chainge Plugin

The CHAINGE PLUGIN component allows you to easily build a cross-link bridge

Installation

yarn add @chainge/plugin
or
npm install @chainge/plugin

Usage

import Bridge from "@chainge/plugin";

const root = ReactDOM.createRoot(document.getElementById("root") as any);
root.render(
  <React.StrictMode>
    <Bridge
      feeLevel={0}
      options={{
        appKey: "your appKey",
        secret:"your secret",
      }}
    ></Bridge>
  </React.StrictMode>
);

Document

see https://chainge-finance.gitbook.io/chainge-finance/chainge-plugin/plugin-integration