This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="styles.css" /> | |
<require from="tree-view" /> | |
<tree-view /> | |
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This code allows you to export BIP39 12 words phrase and use it with Ethereum/Loom | |
To check Popular derivative paths look here https://www.myetherwallet.com/#view-wallet-info | |
Or here is quick cheatsheet https://gyazo.com/a4199116750b57a02917eb255d4c033e | |
Dependency on very nice library https://github.com/MetacoSA/NBitcoin - clone and build it | |
*/ | |
using NBitcoin; |