Update index.html

Added ability to generate Ethereum addresses from FLO/BTC private key of logged in user.

Also added ability to generate Ethereum address of receiver, if his FLO/BTC public key is received.
This commit is contained in:
tripathyr 2023-10-15 08:41:24 +05:30 committed by GitHub
parent 21d6c17669
commit 3ef1bc5b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,8 @@
<script src="scripts/compactIDB.js"></script>
<script src="scripts/floCloudAPI.js"></script>
<script src="scripts/floDapps.js"></script>
<script src="scripts/keccak.js"></script>
<script src="scripts/messengerEthereum.js"></script>
<script src="scripts/messenger.js"></script>
<script id="onLoadStartUp">
function onLoadStartUp() {
@ -5161,4 +5163,4 @@
</script>
</body>
</html>
</html>