olifanton / ton

PHP SDK library for The Open Network blockchain
MIT License
61 stars 9 forks source link

v4 not working on mobile integration #4

Closed gokhanmms closed 5 months ago

gokhanmms commented 1 year ago

We have integrated the TON Keeper application with PHP via Telegram Web App, but the smart contract method does not work in the payment step and a payment request cannot be sent to TON Keeper.

romanzaycev commented 1 year ago

It's not clear what you're trying to do yet.

Are you forming a BoC to pass to the transfer URI (like ton://transfer/<address>?bin=<url-encoded-base64-boc>&init=<url-encoded-base64-boc>)?

PS At the moment the library does not implement "TON Connect", if you want to use it.