From 12ab4040edd9b0713d213b805922fe1176bc503f Mon Sep 17 00:00:00 2001 From: Oleg Andreev Date: Wed, 6 Jul 2022 18:44:07 +0300 Subject: [PATCH] wip on jettons deeplink --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 549bf67..1bd75e3 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,29 @@ https://app.tonkeeper.com/transfer/
? Opens a compact confirmation dialog with all data filled-in. User cannot edit any of the info and can only confirm or dismiss the request. +#### Unauthenticated token transfers + +``` +https://app.tonkeeper.com/jetton-transfer/ +https://app.tonkeeper.com/jetton-transfer//
?amount= +https://app.tonkeeper.com/jetton-transfer/
?text= +``` + +Opens the pre-filled Send screen and offers user to enter the missing data. + +``` +ton://transfer/
? + amount=& + text= + +https://app.tonkeeper.com/transfer/
? + amount=& + text= +``` + +Opens a compact confirmation dialog with all data filled-in. +User cannot edit any of the info and can only confirm or dismiss the request. + #### Unauthenticated donations WIP.