cameo-engineering / tonconnect

Go implementation of TON Connect 2.0 protocol.
MIT License
27 stars 3 forks source link

Example: Creating Transactions Over Time #3

Open P1anB opened 2 months ago

P1anB commented 2 months ago

Hello, in the basic example, we establish a connection and then create a transaction. However, there's a lack of examples where the connection has already been established and the list of wallets has been saved, and where we need to create a transaction at a later time upon request. Could you provide an example similar to this official example? https://github.com/yungwine/ton-connect-bot/blob/main/src/main.py#L33

denisplayhub commented 1 month ago

I guess it doesn't support storing/restoring sessions like the. original JS/Python SDK.