Skip to content

Add js ton_proof demo #612

New issue

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

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/develop/dapps/ton-connect/sign.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading