SuperteamDAO / solathon

☄️ High performance, easy to use and feature-rich Solana SDK for Python.
https://solathon.vercel.app
MIT License
85 stars 28 forks source link

solathon.utils.RPCRequestError: Failed to fetch data from RPC endpoint. Error -32002: Transaction simulation failed: Error processing Instruction 1: custom program error: 0xbc0 #69

Closed tigermumu closed 3 months ago

tigermumu commented 4 months ago

Could anyone provide some document about solathon interface with program? fork, modified and broad some Tx from block explorer

GitBolt commented 4 months ago

Hi @tigermumu. Unfortunately Solathon does not have Solana program support as of now. For that, I would recommend using Anchor.py.

tigermumu commented 4 months ago

Oh, I like solathon more simple and document goog to read. Anchor.py is already read, but make me buzz...

GitBolt commented 4 months ago

Thanks! Yeah that was the aim with Solathon. Although it hasn't been able to developer further to support more complex actions like programs and spl tokens yet.