> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bitski.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BlockNative Onboard

### Code Sample

BlockNative Onboard offers an alternative wallet list to RainbowKit. The Bitski browser extension works out of the box with Onboard's injected wallet connector. For the solution with the lowest number of dependencies and best ease of integration, we recommend
using BlockNative over RainbowKit.

<Note>
  Required dependencies: [@web3-onboard/core and
  @web3-onboard/injected-wallets](https://onboard.blocknative.com/docs/overview/introduction#quickstart),
  [ethers](https://docs.ethers.org/). See the CodeSandbox's `package.json` for
  more details.
</Note>

\--- ### Links

<CardGroup cols={2}>
  <Card title="CodeSandbox" icon="codepen" color="#ea5a0c" href="https://codesandbox.io/p/github/chronicIntrovert/my-block-native-app/main">
    View an interactive demo of the Bitski connector for BlockNative
  </Card>

  <Card title="More info" icon="square-info" color="#0285c7" href="https://github.com/chronicIntrovert/my-block-native-app">
    View the source code for the demo
  </Card>
</CardGroup>
