This is a sample [Web3Onboard](https://github.com/blocknative/web3-onboard) project showing how to integrate web3Onboard with vanilla javascript.

## Getting Started

Clone this repo

```
https://github.com/blocknative/web3-onboard.git
```

Navigate to the project directory:

```
cd examples/with-vanilla-js
```

Install the dependencies:

```
npm install
```

Run the development server:

```bash
npm run dev
```

Open [http://localhost:9000](http://localhost:9000) with your browser to see the result.

## Learn More

To learn more about other web3Onboard integraions, take a look at our documentation: [Web3Onboard Documentation](https://onboard.blocknative.com/docs/overview/introduction#features) for more details.
