1.4.0 • Published 4 months ago

@bandit-network/sdk-react v1.4.0

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

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.

1.4.0

4 months ago

1.3.1-sage.5

5 months ago

1.3.1-sage.4

5 months ago

1.3.1-sage.3

5 months ago

1.3.1-sage.2

5 months ago

1.3.1-sage.1

5 months ago

1.3.1

5 months ago

1.3.0

6 months ago

1.2.0

6 months ago

1.1.0

6 months ago

1.0.0

7 months ago

1.0.0-alpha.5

7 months ago

1.0.0-alpha.4

8 months ago

1.0.0-alpha.3

8 months ago

1.0.0-alpha.2

8 months ago

1.0.0-alpha.1

8 months ago