Skip to content

Commit bf6c4d2

Browse files
author
user
committed
fix: README update
1 parent 58e725c commit bf6c4d2

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# bip39-cli
1+
<div align="center">
2+
<h1>bip39-cli</h1>
23

3-
A comprehensive, secure command-line tool for BIP39 mnemonic operations built on the rust-bitcoin ecosystem.
4+
<p>A comprehensive, secure command-line tool for BIP39 mnemonic operations built on the rust-bitcoin ecosystem.</p>
45

5-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6-
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6+
<p>
7+
<a href="https://github.com/robcohen/bip39-cli/blob/main/LICENSE"><img alt="CC0 1.0 Universal Licensed" src="https://img.shields.io/badge/license-CC0--1.0-blue.svg"/></a>
8+
<a href="https://github.com/robcohen/bip39-cli/actions"><img alt="CI Status" src="https://github.com/robcohen/bip39-cli/workflows/CI/badge.svg"></a>
9+
<a href="https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html"><img alt="Rustc Version 1.70.0+" src="https://img.shields.io/badge/rustc-1.70.0%2B-lightgrey.svg"/></a>
10+
</p>
11+
</div>
712

813
This tool provides a complete, auditable implementation of [BIP-39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) operations using the trusted `rust-bitcoin/rust-bip39` library, with advanced security features for production use.
914

@@ -253,13 +258,7 @@ cargo fmt # Format code
253258
```
254259

255260
## 📄 License
256-
257-
Licensed under either of:
258-
259-
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
260-
- MIT License ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
261-
262-
at your option.
261+
CC0 1.0 Universal Licensed
263262

264263
## 🙏 Acknowledgments
265264

@@ -273,4 +272,4 @@ Special thanks to the Bitcoin Core developers and the BIP39 specification author
273272

274273
- [BIP39 Specification](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)
275274
- [Rust Bitcoin](https://github.com/rust-bitcoin/rust-bitcoin)
276-
- [Hardware Wallet Interface](https://github.com/bitcoin-core/HWI)
275+
- [Hardware Wallet Interface](https://github.com/bitcoin-core/HWI)

0 commit comments

Comments
 (0)