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:
-
Install this npm package
-
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.