Skip to content

Commit 9248702

Browse files
authored
Update readme.md
1 parent 82e1811 commit 9248702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ This code generates a legacy Bitcoin address from a given public key in hexadeci
2727
5. **Checksum Calculation**: Computes the SHA-256 hash of the versioned hash, then performs SHA-256 again to derive a checksum.
2828
6. **Checksum Append**: Appends the first four bytes of the checksum to the versioned hash.
2929
7. **Base58 Encoding**: Converts the final byte array into a Base58 string, resulting in the Bitcoin address.
30+
31+
[try it out](https://rggh.github.io/bitcoin_hashing_wasm/web/)

0 commit comments

Comments
 (0)