From 17c209fdfdaf0a48155b1abfdf620feaa60af676 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 22 Oct 2025 12:56:32 +0400 Subject: [PATCH] Update deeplinks.md --- docs/build/deeplinks.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/build/deeplinks.md b/docs/build/deeplinks.md index a802133..005e6a0 100644 --- a/docs/build/deeplinks.md +++ b/docs/build/deeplinks.md @@ -19,11 +19,16 @@ Based on materials of Matthew Reichardt [me@matthewreichardt.com](mailto:me@matt Example of **send** command: **zano:action -=send\&address=ZxCkvE7zhS6JuFE5neAaTtcY8PUT2CwfLZJQWP32jrELB1Vg9oSJyGJDyRWurqX6SXSqxjGz2yrAKaMqmxDa7E8313igosBVT\&comment=Some%20payment\&mixins=11\&hide\_sender=true\&hide\_receiver=true** +=send&address=ZxCkvE7zhS6JuFE5neAaTtcY8PUT2CwfLZJQWP32jrELB1Vg9oSJyGJDyRWurqX6SXSqxjGz2yrAKaMqmxDa7E8313igosBVT\&comment=Some%20payment** - address - address of recipient - amount - amount of asset to be transfered (in a units with decimal point, like 10.0 coins) - asset_id - id of the asset to be transfered - comment - comment about payment\[optional] -- mixins - number of mixins\[optional] +Here is how link would look like in html: +```html +

+ Zano link +

+```