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
- Host: GitHub
- URL: https://github.com/gotomain/bip39
- Owner: goToMain
- License: apache-2.0
- Created: 2023-08-31T17:26:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-31T18:31:03.000Z (over 1 year ago)
- Last Synced: 2025-02-07T05:28:20.828Z (3 months ago)
- Language: C
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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