We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I sign string messages on TONConnect UI like ethereum personal_sign.
No response
The text was updated successfully, but these errors were encountered:
const { state, open: openTon, close: closeTon } = useTonConnectModal(); const [tonConnectUI, setOptions] = useTonConnectUI(); const connectTon = async () => { tonConnectUI.setConnectRequestParameters({ state: 'ready', value: { tonProof: "your string to sign" } }); openTon(); } // after connect your can access ton_proof const tonProof = (walletTon?.connectItems?.tonProof as any)?.proof;
Sorry, something went wrong.
Is there no way like sendTransaction?
I didn’t find
thekiba
No branches or pull requests
Your Question
How can I sign string messages on TONConnect UI like ethereum personal_sign.
Context
No response
What have you tried so far?
No response
Relevant Code or Commands
No response
Documentation Check
The text was updated successfully, but these errors were encountered: