@bandit-network/sdk-react
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

Bandit Networks' React SDK

Welcome to Bandit! We're so excited that you're here!

Getting started

Getting started with Bandit is simple, and you can read the full guide here.

Here is a shoterned version of the getting started guide:

  1. Get your Bandit API Key.

  2. Install this npm package

  3. Configure the SDK

import { BanditWidget, BanditContextProvider } from '@bandit-network/sdk-react'

const App = () => {
  return (
    <BanditContextProvider
      settings={{
        accessKey: 'Your API Key',
      }}
    >
      <BanditWidget />
    </BanditContextProvider>
  )
}

export default App

Documentation

Get started here.

Readme

Keywords

none

Package Sidebar

Install

npm i @bandit-network/sdk-react

Weekly Downloads

2

Version

1.4.0

License

none

Unpacked Size

13.6 MB

Total Files

499

Last publish

Collaborators

  • badblood
  • banditbadgod