From 71faf53275759b49f0c8643eb50aa303f98c46ac Mon Sep 17 00:00:00 2001 From: sairajzero Date: Thu, 6 Jul 2023 21:26:52 +0530 Subject: [PATCH] relocate files and updates for blockbook --- index.html.bak => index.old.html.txt | 0 btcOperator.js => js/btcOperator.js | 0 compactIDB.js => js/compactIDB.js | 0 floBlockchainAPI.js => js/floBlockchainAPI.js | 0 floCloudAPI.js => js/floCloudAPI.js | 0 floCrypto.js => js/floCrypto.js | 0 floDapps.js => js/floDapps.js | 0 floTokenAPI.js => js/floTokenAPI.js | 0 js/index.html | 3718 ----------------- lib.js => js/lib.js | 0 js/main copy.js | 2 +- 11 files changed, 1 insertion(+), 3719 deletions(-) rename index.html.bak => index.old.html.txt (100%) rename btcOperator.js => js/btcOperator.js (100%) rename compactIDB.js => js/compactIDB.js (100%) rename floBlockchainAPI.js => js/floBlockchainAPI.js (100%) rename floCloudAPI.js => js/floCloudAPI.js (100%) rename floCrypto.js => js/floCrypto.js (100%) rename floDapps.js => js/floDapps.js (100%) rename floTokenAPI.js => js/floTokenAPI.js (100%) delete mode 100644 js/index.html rename lib.js => js/lib.js (100%) diff --git a/index.html.bak b/index.old.html.txt similarity index 100% rename from index.html.bak rename to index.old.html.txt diff --git a/btcOperator.js b/js/btcOperator.js similarity index 100% rename from btcOperator.js rename to js/btcOperator.js diff --git a/compactIDB.js b/js/compactIDB.js similarity index 100% rename from compactIDB.js rename to js/compactIDB.js diff --git a/floBlockchainAPI.js b/js/floBlockchainAPI.js similarity index 100% rename from floBlockchainAPI.js rename to js/floBlockchainAPI.js diff --git a/floCloudAPI.js b/js/floCloudAPI.js similarity index 100% rename from floCloudAPI.js rename to js/floCloudAPI.js diff --git a/floCrypto.js b/js/floCrypto.js similarity index 100% rename from floCrypto.js rename to js/floCrypto.js diff --git a/floDapps.js b/js/floDapps.js similarity index 100% rename from floDapps.js rename to js/floDapps.js diff --git a/floTokenAPI.js b/js/floTokenAPI.js similarity index 100% rename from floTokenAPI.js rename to js/floTokenAPI.js diff --git a/js/index.html b/js/index.html deleted file mode 100644 index 5283b8f..0000000 --- a/js/index.html +++ /dev/null @@ -1,3718 +0,0 @@ - - - - - - - RanchiMall Internships - - - - - - - - - - - - - - - - - - - - - - - -

-

-
- - -
-
-
-
-
- - RanchiMall - - - -

RanchiMall

-
- -
- - - - -
- -
-
-
- - RanchiMall - - - -

RanchiMall Internships

-
- -
- -
- - - - - - - - -
-
- - - - - - - - - - -
-

No intern found

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

- - - - - - -
- - - - -
-
Applying for
-

-
- - - - - -
- -
-
-
- - -
-
- - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/lib.js b/js/lib.js similarity index 100% rename from lib.js rename to js/lib.js diff --git a/js/main copy.js b/js/main copy.js index 1c64805..929473c 100644 --- a/js/main copy.js +++ b/js/main copy.js @@ -153,7 +153,7 @@ const main = (ready) => { r.transactions.forEach((t) => { let amount = t.transaction.floData.match(/([0-9]+)/); let num = Number(amount[0]); - let senderAddress = t.transaction.vin[0].addr; + let senderAddress = t.transaction.vin[0].addr; //NOTE: should be `t.transaction.vin[0].addresses[0]` if floBlockchainAPI data let time = getDate(t.transaction.time); let li = document.createElement("li"); li.style.margin = "1em 0em";