All Questions
Tagged with solana-program-library python
3 questions
1
vote
0
answers
376
views
Transaction signing failure raydium CP-Swap
I have been attempting to send transactions using the Standard AMM (CP-Swap, New), particularly for tokens that do not utilize the OpenBook program ID. However, I encounter issues during signing and ...
1
vote
1
answer
3k
views
How to correctly import solders for Pubkey into a project?
I am trying to write a script in Python to track events from the solana blockchain. I read that solana public key is now used as solders pubkey.
this is my code:
from solana.rpc.async_api import ...
0
votes
2
answers
5k
views
Transfer a solana token from my wallet to another in python
So I am working on a script that transfers tokens (custom-made tokens not owned by me) from my wallet to another in python using solana.py. How do I go about doing that?
(By tokens I mean, tokens like ...