From 2f39207100b53215e55546110bc411511866ea52 Mon Sep 17 00:00:00 2001 From: Mohsen Date: Wed, 27 Sep 2023 20:28:43 +0330 Subject: [PATCH] readme --- CHANGELOG.md | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0cdd3a..3824749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.1.0 +## 1.0.0 -* TODO: Release. \ No newline at end of file +* Release. \ No newline at end of file diff --git a/README.md b/README.md index 82a8d5f..bd493aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # BITCOIN GO Package a comprehensive and versatile Go library for all your Bitcoin transaction needs. offers robust support for various Bitcoin transaction types, including spending transactions, Bitcoin address management, Bitcoin Schnorr signatures, BIP-39 mnemonic phrase generation, hierarchical deterministic (HD) wallet derivation, and Web3 Secret Storage Definition. +This package was inspired by the [python-bitcoin-utils](https://github.com/karask/python-bitcoin-utils) package and turned into GO + ## Features ### Transaction Types