Initial commit

This commit is contained in:
sairajzero 2020-03-18 18:41:58 +05:30
parent 02252f67ce
commit 0b43ad02ad

View File

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<title>FLO Standard Operators</title> <title>FLO Message App</title>
<script id="floGlobals"> <script id="floGlobals">
/* Constants for FLO blockchain operations !!Make sure to add this at begining!! */ /* Constants for FLO blockchain operations !!Make sure to add this at begining!! */
@ -17,27 +17,24 @@
FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/'] FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/']
}, },
adminID: "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf", adminID: "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf",
sendAmt: 0.001,
fee: 0.0005,
//Required for Supernode operations //Required for Supernode operations
SNStorageID: "FEzk75EGMPEQMrCuPosGiwuK162hcEu49E", SNStorageID: "FEzk75EGMPEQMrCuPosGiwuK162hcEu49E",
supernodes: {}, //each supnernode must be stored as floID : {uri:<uri>,pubKey:<publicKey>} supernodes: {}, //each supnernode must be stored as floID : {uri:<uri>,pubKey:<publicKey>}
//for cloud apps //for app
subAdmins: [], application: "floMessage",
application: "TEST_MODE", pubKeys: {},
vectorClock: {}, settings: {
appObjects: {}, lastReceived: '0'
generalData: {}, }
generalVC: {}
} }
</script> </script>
</head> </head>
<body onload="onLoadStartUp()"> <body onload="onLoadStartUp()">
TEST_MODE FLO Message App
(use console) (use console)
<script id="init_lib"> <script id="init_lib">