Hi everyone! Which python library is a good one to be as a basis for my project in TON?
I see those ones:
https://github.com/disintar/toncli
https://github.com/psylopunk/pytonlib
https://github.com/yungwine/TonTools (found in this chat)
Most of them require some compiled libs which just have DLLs or something which doesn't look great 🤔
I would need to: parse blockchain and transactions
Have a way to match blockchain data to invoices database (in btc it is unique addresses, in eth no such way exists hence workarounds, in xmr they have a payment identifier, what about ton?)
Send regular ton payments
Send contract payments and some basic interaction with them
Estimate fee of a transfer before doing it
And some more
If I have an app doing all this in eth, how hard would it be to port it to ton?
Apr 21, 2023, 8:42 PM