From 7175130199b381b59926a1c6c551c256f15ecc8f Mon Sep 17 00:00:00 2001 From: Rami Chasygov Date: Mon, 3 Jun 2024 10:02:22 +0300 Subject: [PATCH] add js ton_proof demo --- docs/develop/dapps/ton-connect/sign.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/develop/dapps/ton-connect/sign.mdx b/docs/develop/dapps/ton-connect/sign.mdx index 95633f9048..116845dc41 100644 --- a/docs/develop/dapps/ton-connect/sign.mdx +++ b/docs/develop/dapps/ton-connect/sign.mdx @@ -200,9 +200,9 @@ The signature must be verified by public key: ### Examples of TON Proof Verification -* [GO demo app](https://github.com/ton-connect/demo-dapp-backend/blob/master/proof.go) +* [Go demo app](https://github.com/ton-connect/demo-dapp-backend) * [Rust demo app](https://github.com/liketurbo/demo-dapp-backend-rs) -* [TS example](https://gist.github.com/TrueCarry/cac00bfae051f7028085aa018c2a05c6) +* [JS demo app](https://github.com/liketurbo/demo-dapp-backend-js) * [Python example](https://github.com/XaBbl4/pytonconnect/blob/main/examples/check_proof.py) * [PHP example](https://github.com/vladimirfokingithub/Ton-Connect-Proof-Php-Check)