python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Uncaught (in promise) Error: Transaction fee payer required
I get this error when I try to execute this using phantom wallet and react app
const transferTransaction = new Transaction()
.add(SystemProgram.transfer({
fromPubkey: alice.publicKey,
toP...
Amir Alam
Votes: 0
Answers: 1
Uncaught ReferenceError: __VITE_IS_MODERN__ is not defined
I am working with @solana/web3.js and @solana/spl-token but I am getting error
Uncaught ReferenceError: __VITE_IS_MODERN__ is not defined
at modulepreload-polyfill:43:3
I am not sure which library ...

stwpd
Votes: 0
Answers: 1
getTokenAccountsByOwner - odd result?
I have created a token using SPL. And I have minted some supply into a wallet address on testnet
Token address: 668JcT5AiLYNi8XVaDNntTaLWzuQ8EnbBzA9zSmKbipW (https://explorer.solana.com/address/668JcT...
1977
Votes: 0
Answers: 0
Is there a way to get transaction data from Solana blockchain live?
I would like to be able to "listen" live to transactions on Solana for specific NFTs, is this possible?
I have managed to do this for Ethereum, using web3, a hash address and ABIs which allo...
Jonny
Votes: 0
Answers: 1