@binance/kyb-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

**# @binance/kyb-sdk

saas-kyb-ui for custody

How to use

import BinanceKyb from '@binance/kyb-sdk'
const app = () => {
    React.useEffect(() => {
      const binanceKyb = new BinanceKyb({
        authToken: 'YzBhMWRjMTUyZGJiNGVhNjhiNGZmZjdmODhiZTk0M2U6RklOQU5EWQ%3D%3D',
        bizEntityKey: 'FINANDY',
        version: 'http://localhost:3000/en/saas-kyb-ui/version',
        onMessage: ({ typeCode }) => {
          console.log(typeCode)
        },
      })
    }, [])
    return <div id="test"></div>
}

**

Readme

Keywords

none

Package Sidebar

Install

npm i @binance/kyb-sdk

Weekly Downloads

1

Version

0.0.2

License

UNLICENSED

Unpacked Size

23.1 kB

Total Files

20

Last publish

Collaborators

  • binance-bot