web3-onboard icon indicating copy to clipboard operation
web3-onboard copied to clipboard

Client library to onboard users to web3 apps

Results 192 web3-onboard issues
Sort by recently updated
recently updated
newest added

### Description This PR adds [pre-commit](https://pre-commit.com/) for checking for secrets before doing a commit. This way we ensure developers do not leak their secrets. For avoiding false positive it is...

### Current Behavior When using the Gnosis Safe provider, the app does not pick the predefined gas limit for the transaction nor it throws an error when the execution of...

bug

### Current Behavior When I try to connect a hardware wallet (Ledger) using a custom derivation path (specifically, the [RSK](https://developers.rsk.co/rsk/architecture/account-based/) derivation path), I am shown an error in Blocknative web3-onboard:...

bug

### Is your request related to a problem? Hello and thank you for great library! not able to run a tests ### Feature Description maybe you could transpile assets with...

feature

I want to add a custom injected module but this module has the same provider name as Metamask. Metamask injects an obj named 'ethereum' and the custom injected module too....

feature

### Is your request related to a problem? At the moment, in the mobile version, it is not possible to connect through the Binance Wallet. ### Feature Description Considering the...

feature

### Is your request related to a problem? This request is inspired by #1219 ### Feature Description Account Center widget shows the history of connected metamask wallets even though some...

feature

### Current Behavior Cannot use walletconnect on mobile. ### Expected Behavior Connecting to our dapp with mobile through walletconnect. ### Steps To Reproduce 1. pnpm i @web3-onboard/walletconnect 2. const walletConnect...

bug

### Description Updated `WalletButton` font-size to use css vars instead of a hardcoded value. - Resolves #2060 - Bumped core version from `2.21.2` → `2.21.3-alpha.1` - Bumped core version for...

### Description - On mobile devices, the `Connect wallet` modal shows up at the bottom of the page. It works fine when the bottom bar (address bar or control bar)...