Learn how to integrate Para with Solana using the Solana Web3.js library to sign transactions and interact with the Solana blockchain.
ParaSolanaWeb3Signer
provides several additional methods and properties:
signBytes(bytes: Buffer)
: Sign arbitrary bytes directlysignVersionedTransaction(transaction: VersionedTransaction)
: Sign a versioned transactionaddress
: Get the wallet address as a stringsender
: Get the wallet public key as a solana.PublicKey
objectParaSolanaWeb3Signer
for different transaction types, check out this example in our Examples Hub: