Skip to main content

All 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 ...
debugtitan 's user avatar
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 ...
Clickbait Fish's user avatar
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 ...
Rudra Lakhani's user avatar