Solana
Interfacing with common libraries
Privy’s ConnectedSolanaWallet
object is fully compatible with popular web3 libraries for interfacing wallets, such as @solana/web3js
and solana/kit
.
Read below to learn how to best integrate Privy alongside these libraries.
@solana/web3.js
First find your desired wallet from the wallets
array:
Then, use this wallet to then send Transactions using the @solana/web3.js Transaction and Connection classes:
Was this page helpful?