python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Debugging "Transaction simulation failed" when sending program instruction (Solana Solidity)
When attempting to make a call to a program compiled with @solana/solidity, I'm getting the following error:
Transaction simulation failed: Error processing Instruction 0: Program failed to complete
...
Robert May
Votes: 0
Answers: 1
What is the algorithm Phantom Wallet (Solana) uses to sign messages?
I am trying to understand what happens under the hood when we call window.solana.signMessage.
Dheeraj Pb
Votes: 0
Answers: 1
Phantom wallet addresses not making sense
If I import a seed phrase with @solana/web3.js I seem to get different public address than the ones generated by Phantom wallet when I import the same seed phrase. Anyone any idea why?
const seed = Bi...
1977
Votes: 0
Answers: 1
Is there a way to connect to Phantom wallet while web scraping with JavaScript and Puppeteer?
When working with interactive window, is there a way to connect to crypto wallet like Phantom (Solana blockchain is needed)? I tried to find a button, click "connect wallet", but the chrome ...
Aliya Davletshina
Votes: 0
Answers: 1