> For the complete documentation index, see [llms.txt](https://v1.etherspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v1.etherspot.io/buidler-react-component/wallet-connectors.md).

# Wallet Connectors

The Etherspot BUIDLER React Component accepts any provider / provider-like objects returned from a Wallet Connector library.

```jsx
<Etherspot
  provider={connectedProvider}
/>
```

## Wallet Connector Libraries

We've compiled a short list of libraries that return a provider that can be used with the Etherspot component.

* [Ethers](https://docs.ethers.io/v5/api/providers/)
* [Web3 Onboard](https://onboard.blocknative.com/)
* [Web3Auth](https://web3auth.io/)

Each of the services / libraries above return a provider that can be passed to the Etherspot component.
