@bandit-network/sdk-react
v1.4.0
Published
Welcome to Bandit! We're so excited that you're here!
Downloads
15
Readme
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.