diff --git a/FLO_webWallet_mainnet.html b/FLO_webWallet_mainnet.html index 534db64..64fbb09 100644 --- a/FLO_webWallet_mainnet.html +++ b/FLO_webWallet_mainnet.html @@ -1,5366 +1,5751 @@ - - - -FLO webWallet - - - - - -

FLO

- - - - - - -
-
- -

Address Generator

- - -

-
FLO AddressSecret (or) Private Key
- -
- -
-

Send FLO Data

- - - -
- Enter receiver Address : -
Enter amount : -

Enter the FLO Data

-
- -
- -
-

Monitor FLO Data

- Enter Address :
-
- -

Received FLO Data :


- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + +FLO webWallet + + + + + + + + + + +

FLO Web Wallet

+ +
+ +
+ +
+
+ +
+
+
+ + + + + + + +
FLO AddressPrivate Key
+
+
+ +
+
+
+
+ +
+
+
+ + +
+
+
+
+
+ + + + +
+
+
+ +
+
+ + +
+ + +

Received FLO Data :

+
+
+ + + + + + + + + + + + + + + + + diff --git a/FLO_webWallet_testnet.html b/FLO_webWallet_testnet.html index a22d1ce..ab598ba 100644 --- a/FLO_webWallet_testnet.html +++ b/FLO_webWallet_testnet.html @@ -2,8 +2,13 @@ FLO webWallet Testnet + - - const fee = 0.0005; -

FLO

@@ -160,10 +171,12 @@ function startup(){ } } }).then(res => { - var input = document.getElementById("getAddr"); - input.value = res.join(','); - monitorData(); - input.value = ""; + if(res.length){ + var input = document.getElementById("getAddr"); + input.value = res.join(','); + monitorData(); + input.value = ""; + } }).catch(error => { console.log(error.message); }); @@ -207,4693 +220,4669 @@ function startup(){ } - - - - - - - - - - - - - - - - - - - - - - - - -