go-mnemonic

Go implementations of Bitcoin & other mnemonic algorithms.

MIT License

Stars
10
Committers
1

Go Mnemonic Build Status codecov

Golang implementation of Bitcoin & other Mnemonic algorithms used in block chains.

Why?

Mainly for academic purposes, I want to learn Go & block chains. I only found 1 other implementation in Go so there is room for more. The code has full unit tests and benchmarks, including all official vectors.

Bitcoin BIP39 - Mnemonic code for generating deterministic keys Go Report Card GoDoc

Implementation in Go (golang) based on original specs.

This BIP describes the implementation of a mnemonic code or mnemonic sentence -- a group of easy to remember words -- for the generation of deterministic wallets.

Copyright

Adrian B.G. 2017, no rights reserved.