An open API service indexing awesome lists of open source software.

https://github.com/sammyne/bip39

Implementation of BIP-0039
https://github.com/sammyne/bip39

bitcoin cryptography mnemonic

Last synced: about 1 month ago
JSON representation

Implementation of BIP-0039

Awesome Lists containing this project

README

          

# bip39

[![CircleCI](https://circleci.com/gh/sammyne/bip39.svg?style=svg)](https://circleci.com/gh/sammyne/bip39)
[![codecov](https://codecov.io/gh/sammyne/bip39/branch/master/graph/badge.svg)](https://codecov.io/gh/sammyne/bip39)
[![Go Report Card](https://goreportcard.com/badge/github.com/sammyne/bip39)](https://goreportcard.com/report/github.com/sammyne/bip39)
[![LICENSE](https://img.shields.io/badge/license-ISC-blue.svg)](LICENSE)

Implementation of BIP-0039

## Requirement

- go-1.11 with modules support

## Installation

```bash
go get -u -v github.com/sammyne/bip39
```

## References

- [bip-0039](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)
- [python-mnemonic](http://github.com/trezor/python-mnemonic)
- [Japanese test vector](https://github.com/bip32JP/bip32JP.github.io/blob/master/test_JP_BIP39.json)