apibara/starknet-react

Handle Absent Injected Wallet

Closed this issue · 1 comments

Handle Absent Injected Wallet

In a situation where users don't have any injected wallet installed, developers are meant to receive a response, so as to handle what to display to users. Doing this will help increase user experience

This is already possible by getting the connectors list (from the useConnect hook, docs is currently wrong) and checking they're available.