Skip to main content

All Questions

Tagged with
1 vote
1 answer
44 views

Invoking Solana Programs

I was checking different ways to initialize a solana program. I am quiet new to field and expecting some support here. I am running some VMs on a auto scaling group. I want to invoke a program when ...
SKS's user avatar
  • 21
0 votes
0 answers
33 views

How do i get manual about token-creator-lac.vercel.app

I need manual about "https://token-creator-lac.vercel.app/". do you have any manual about "https://token-creator-lac.vercel.app/"? My email is [email protected] please send me. ...
블루검객's user avatar
0 votes
1 answer
206 views

How To Name Solana Instructions and Add Program Public Name

On Solscan, when you go to Analytics and scroll to the bottom, I noticed some programs like Raydium, Pyth and Metaplex have public name's set and you see that instead of seeing the program account ...
Brian M.'s user avatar
  • 121
3 votes
2 answers
935 views

How do I interact with closed-source Solana programs with no public IDL?

How do I interact with a program that has no open source and no Anchor program IDL. I need to get types, accounts and instructions for this program: https://solscan.io/account/...
FDFD FDFD's user avatar
0 votes
1 answer
51 views

How can i enter a Vec<PubKey> in the solana play ground?

I want to enter a Vec as input But i can't do that i don't know what is wrong !
pooria sarkhan's user avatar
3 votes
0 answers
95 views

using anchor programs in solana mobile stack [closed]

I’m i am new to Solana ecosystem and having a problem with SMS. I am trying to use anchor methods inside example-react-native-app . i am not able to find any documentations on how to interact with ...
Bharath Reddy's user avatar
3 votes
0 answers
317 views

How can I check the particular account which has insufficient funds for rent from transaction error [closed]

I am getting the "Transaction simulation failed: Transaction results in an account (2) without insufficient funds for rent" error while executing the transaction, So how can I check the ...
Aslam's user avatar
  • 443
4 votes
1 answer
67 views

How to make a program instruction callable by a qrcode?

Just like @solana/pay did it. It’s possible to invoke an arbitrary transaction (for example a program instruction) using a QR code and scanning it for example from phantom mobile app?
Emberist's user avatar