web3-wallet-utils
v0.1.28
Published
Utilities for Web3 wallets
Readme
Introduction
This package provides EIP 6963 functionality to React applications only. If you're not writing a React application or React component, do not use this.
Functionality provided
useEip6963SyncProviders is a function that returns an array of EIP 6963 providers currently available in the browser. Use it like so:
const providers = useEip6963SyncProviders();