You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lucky-whistle-dev instead of using solana cli to build the idl, use the online solana playground to create an idl from your smart contract. And just copy that idl to your local system and use in the program. I don't know why but it somehow solves the problem.
When I am printing the wallet.value, which is used while creating AnchorProvider object, is undefined.
import { useAnchorWallet } from "solana-wallets-vue"; console.log(wallet.value)
I am getting output:
undefined
The text was updated successfully, but these errors were encountered: