@notifi-network/notifi-solana-hw-login
v8.0.0
Published
Plugin for Solana Hardware Login support
Keywords
Readme
Notifi Solana Hardware Login Plugin
This package is a requirement for users integrating @notifi/notifi-react with the Solana blockchain. It provides the bindings necessary for logging in with a Solana hardware wallet. Example below:
import { MemoProgramHardwareLoginPlugin } from '@notifi-network/notifi-solana-hw-login';
// ...
<NotifiContextProvider
// other props
hardwareLoginPlugin={solanaHardwareLoginPlugin} // If your dapp wants to support Solana hardware wallets, add this prop
>
{/* Your components here */}
</NotifiContextProvider>;For more comprehensive examples, see the notifi-react-example-v2 package's NotifiContextWrapper.tsx
