Skip to content

Instantly share code, notes, and snippets.

@afomi
Last active July 13, 2019 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afomi/639c9dd5970ed6febd6a434aed21182c to your computer and use it in GitHub Desktop.
Save afomi/639c9dd5970ed6febd6a434aed21182c to your computer and use it in GitHub Desktop.
bsv
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
"bitcoin" -> "btc"
"bitcoin" -> "bch"
"bitcoin" -> "bsv"
"btc" -> "bch"
"bch" -> "bsv"
"blockchain" -> "bitcoin"
"blocks" -> "blockchain"
"transaction" -> "blocks"
"input" -> "transaction" -> "output"
"txin" -> "input"
"txout" -> "output"
"public key"
"wallet"
"12 words"
"private key"
"hash"
"address"
"utxo"
"OP_CODE"
"OP_RETURN"
"WIF" -> "Wallet Input Format"
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment