Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ciband/bip39
- Owner: ciband
- License: mit
- Created: 2018-11-11T22:09:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T21:05:07.000Z (over 5 years ago)
- Last Synced: 2024-02-14T21:31:54.481Z (11 months ago)
- Topics: arduino, arkecosystem, bip39, bitcoin, cryptocurrency, esp32-arduino, esp8266-arduino, platformio
- Language: C
- Size: 354 KB
- Stars: 13
- Watchers: 2
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).