skynetcap / solanaj

Solana RPC client written in Java
MIT License
94 stars 50 forks source link

Want #44

Closed blate666 closed 2 months ago

blate666 commented 3 months ago

I think your project is very good. It would be great if you could have more examples of splTopken transfers.

skynetcap commented 2 months ago

Thanks. I'm currently accelerating/rebooting development on this project after having took some time off. Will add better coverage for native SOL and token transfers. (Or anyone can pick this up!)

skynetcap commented 2 months ago

Added some example usage here: https://github.com/skynetcap/solanaj/blob/1.18.0-staging/src/test/java/org/p2p/solanaj/manager/TokenManagerTest.java

Feel free to open a new issue as needed.