Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ciband/bip39

Portable C++ implementation of BIP39
https://github.com/ciband/bip39

arduino arkecosystem bip39 bitcoin cryptocurrency esp32-arduino esp8266-arduino platformio

Last synced: 2 months ago
JSON representation

Portable C++ implementation of BIP39

Awesome Lists containing this project

README

        

# bip39

## Build Status
Travis-CI: [![Build Status](https://travis-ci.org/ciband/bip39.svg?branch=master)](https://travis-ci.org/ciband/bip39)
AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/65u86i7vcyse36k3/branch/master?svg=true)](https://ci.appveyor.com/project/ciband/bip39/branch/master)
Codecov: [![Codecov](https://badgen.now.sh/codecov/c/github/ciband/bip39)](https://codecov.io/gh/ciband/bip39)

## About
This is a portable C++ implementation of BIP39. The goal of this project is to provide a BIP39 implementation with minimal dependencies and to be compatiable with the most number of platforms, including Arduino.

This project was heavily inspired by and code borrowed from libbitcoin (https://github.com/libbitcoin/libbitcoin).