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:
parent
21d6c17669
commit
3ef1bc5b41
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user