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

https://github.com/gotomain/bip39

A simple bip39 C library
https://github.com/gotomain/bip39

Last synced: about 2 months ago
JSON representation

A simple bip39 C library

Awesome Lists containing this project

README

        

# bip39

[![Build CI][1]][2]

A simple bip39 C library.

## Build

```
make
```

## Test

```
make check
```

[1]: https://github.com/goTomain/bip39/workflows/Build%20CI/badge.svg
[2]: https://github.com/goTomain/bip39/actions?query=workflow%3A%22Build+CI%22