how to make solana anchor rpc calls using torus wallet provider? #824
hannemanrichard
announced in
Help
Replies: 1 comment
-
Hey, to use torus solana wallet with you dapp you can refer this documentation: Please let us know if you are facing issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using torus in my solana-based dapp, I am using anchor framework and I want to use this pattern with torus instead of phantomWallet:
await program.mymethod(args).accounts(obj).signers([signer]).rpc();
when we use phantom or any wallet, the preview line once executed, the phantom will open directly.
but I couldn't find how to make this work with torus and web3auth
how to integrate torus wallet in a way that makes rpc calls ?
Beta Was this translation helpful? Give feedback.
All reactions