lorisleiva / solana-wallets-vue

Solana wallet integration for Vue 3
https://solana-wallets-vue-demo.netlify.app/
154 stars 62 forks source link

Metaplex walletAdapterIdentity #53

Open effeaucarre opened 10 months ago

effeaucarre commented 10 months ago

Does anyone here managed to use this package with walletAdapterIdentity() of metaplex/js ?

zhb001 commented 7 months ago
 const { wallet} = useWallet()

const metaplex = Metaplex.make(connection).use(walletAdapterIdentity(wallet.value.adapter))