idquia
Version:
Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul
34 lines (21 loc) • 721 B
Markdown
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.