Hi everyone! I'm about to make a tg bot what will be able to allow users to pay ton to other users for some service on a smart contract base - the payer should approve that service is provisioned and service provider will receive ton on a wallet. Could anyone recommend me any existing solutions or libraries to make that happen? Maybe there's built-in capabilities of TON payments for tg bots? Sorry for silly question, I feel I'm bit out of context
Mar 31, 2023, 7:44 AM
is your bot written in js?
Mar 31, 2023, 7:48 AM
I'm about to make it on kotlin around the java lib, but now I'm playing with bots on hello world level and research capabilities, so, the tech scope can be changed
Mar 31, 2023, 7:49 AM
I think you're trying to implement what @pcrafter did with his ratelance
Mar 31, 2023, 7:50 AM
Yeah, seems like it's very similar, just another domain model around the payment itself
Is there some platform or api that I can re-use?
Mar 31, 2023, 7:52 AM