5.3.5 • Published 6 months ago
@0xsequence/wallet-widget v5.3.5
Sequence Web SDK Wallet
Embedded wallet allowing to display and send collectibles and coins.
Installing the module
First install the package:
npm install @0xsequence/wallet-widget
# or
pnpm install @0xsequence/wallet-widget
# or
yarn add @0xsequence/wallet-widgetThen the wallet provider module must placed below the Sequence Web SDK Core provider.
import { SequenceWalletProvider } from '@0xsequence/wallet-widget'
const App = () => {
return (
<SequenceConnect config={config}>
<SequenceWalletProvider>
<Page />
</SequenceWalletProvider>
</WagmiProvider>
)
}Opening the embedded wallet
The embedded wallet modal can be summoded with the useOpenWalletModal hook.
import { useOpenWalletModal } from '@0xsequence/wallet-widget'
const MyComponent = () => {
const { setOpenWalletModal } = useOpenWalletModal()
const onClick = () => {
setOpenWalletModal(true)
}
return <button onClick={onClick}>open wallet</button>
}5.3.5
6 months ago
5.3.4
6 months ago
5.3.3
6 months ago
5.3.2
6 months ago
5.3.1
7 months ago
5.3.0
7 months ago
5.2.4
7 months ago
5.2.3
7 months ago
5.2.2
7 months ago
5.2.1
7 months ago
5.2.0
7 months ago
5.1.1
8 months ago
5.1.0
8 months ago
5.0.9
8 months ago
5.0.8
8 months ago
5.0.7
8 months ago
5.0.6
8 months ago
5.0.5
8 months ago
5.0.4
8 months ago
5.0.3
8 months ago
5.0.2-ecosystem-beta.0
8 months ago
5.0.2
8 months ago
5.0.1-ecosystem-beta.0
8 months ago
5.0.1
8 months ago
5.0.0-ecosystem-beta.1
8 months ago
5.0.0
8 months ago
0.0.0-20250319103505
8 months ago
5.0.0-ecosystem-beta
8 months ago
0.0.0-20250314205219
9 months ago