Skip to content

Instantly share code, notes, and snippets.

@DalSoft
DalSoft / app.html
Last active December 5, 2019 10:57 — forked from lstarky/app.html
Test
<template>
<require from="styles.css" />
<require from="tree-view" />
<tree-view />
</template>
@DalSoft
DalSoft / bip39+bip32.cs
Created November 28, 2018 11:32 — forked from imyourm8/bip39+bip32.cs
BIP39 & BIP32 C# example implementation
/*
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;