feat: add bc1-btc-address

This commit is contained in:
2025-07-03 00:27:01 +08:00
parent ed54a7e6ef
commit f2fd57c342
4 changed files with 324 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "bc1-btc-address"
version = "0.1.0"
edition = "2024"
[dependencies]
bitcoin = "0.32.6"
hex = "0.4.3"
rand = "0.9.1"