From 2639b2a034b682d028f82f4c6c25c9c29990ac20 Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Sat, 3 Sep 2022 22:13:32 +0200 Subject: [PATCH] CDN URL & clarify Web3# --- sample/index.html | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/sample/index.html b/sample/index.html index bfca1cb..bbe103b 100644 --- a/sample/index.html +++ b/sample/index.html @@ -12,19 +12,17 @@ - +

Hello, world!

- This page shows the OAuth2 Implicit PKCE flow JS lib. for the Xumm platform / ecosystem. + This is Web3 wallet identity & transaction initiation for the XRP Ledger ecosystem. +
+ Tech under the hood: OAuth2 Implicit PKCE flow for the Xumm platform and XRP Ledger ecosystem. Using nothing but simple client side Javascript: source.

@@ -128,8 +126,8 @@

Hello, world!

var payload = { txjson: { TransactionType: 'Payment', - Destination: 'rwietsevLFg8XSmG3bEZzFein1g8RBqWDZ', - Amount: '1000000' // 1 XRP + Destination: 'rfCarbonVNTuXckX6x2qTMFmFSnm6dEWGX', + Amount: '1337' // Drops, so: 0.001337 XRP } }