Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 727 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 727 Bytes

Nifty Bridge SDK

A Umi-compatible JavaScript library for Nifty Bridge program.

Getting started

  1. First, if you're not already using Umi, follow these instructions to install the Umi framework.

  2. Next, install this library using the package manager of your choice.

    npm install @nifty-oss/bridge
  3. Finally, register the library with your Umi instance like so.

    import { niftyBridge } from '@nifty-oss/bridge';
    umi.use(niftyBridge());

Contributing

Check out the Contributing Guide the learn more about how to contribute to this library.