5.3.5 • Published 10 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
10 months ago
5.3.4
11 months ago
5.3.3
11 months ago
5.3.2
11 months ago
5.3.1
11 months ago
5.3.0
11 months ago
5.2.4
11 months ago
5.2.3
11 months ago
5.2.2
11 months ago
5.2.1
12 months ago
5.2.0
12 months ago
5.1.1
12 months ago
5.1.0
12 months ago
5.0.9
1 year ago
5.0.8
1 year ago
5.0.7
1 year ago
5.0.6
1 year ago
5.0.5
1 year ago
5.0.4
1 year ago
5.0.3
1 year ago
5.0.2-ecosystem-beta.0
1 year ago
5.0.2
1 year ago
5.0.1-ecosystem-beta.0
1 year ago
5.0.1
1 year ago
5.0.0-ecosystem-beta.1
1 year ago
5.0.0
1 year ago
0.0.0-20250319103505
1 year ago
5.0.0-ecosystem-beta
1 year ago
0.0.0-20250314205219
1 year ago