p2p-org / solanaj

MIT License
83 stars 97 forks source link

solana spl token transfer #21

Open HemangiVekaria opened 2 years ago

HemangiVekaria commented 2 years ago

I am using this library in Android app for solana wallet. I used this for native SOL token transfer and it's working. But now i want to use this same library for Solana SPL (USDC,etc) token transfer. But have no idea when to pass this programID while writing SystemProgram.transfer() and then signing transaction using

transaction.sign(Arrays.asList(signer)); transaction.serialize().

Can anyone help please?

lmvdz commented 2 years ago

my fork has it

HemangiVekaria commented 2 years ago

my fork has it

Can you please share?

lmvdz commented 2 years ago

just replace p2p-org in the url with my username

Sankalpanthi commented 2 years ago

Hey can I contact you I have a few doubts