tonconnect icon indicating copy to clipboard operation
tonconnect copied to clipboard

Go implementation of TON Connect 2.0 protocol.

Results 3 tonconnect issues
Sort by recently updated
recently updated
newest added

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...

https://github.com/cameo-engineering/tonconnect/blob/3f5e0bf48e7ec2e7094633106550601d237aa74f/session.go#L25 --- Lint warning: `Cannot use 's.ID[:]' (type nacl.Key) as the type []byte` https://github.com/cameo-engineering/tonconnect/blob/3f5e0bf48e7ec2e7094633106550601d237aa74f/session.go#L60 fixing: `hex.EncodeToString((*s.ID)[:])` and in other places Thx for lib

How to check if session is still connected? I mean that user didn't close the connection from his wallet to the app?