A calculator app for Bitcoin keys, signatures, scripts, and transactions.
Be the first to ask Daniel Krawisz something.
What do you think? ...
BitcoinCalculator is a C++ program that provides a calculator for Bitcoin key, signature, script, and transaction operations. It supports literals, key arithmetic, signature generation, verification, and common cryptographic hashes.
Earn XP for sharing
Sign in to get a personal referral link and earn XP every time someone visits through your link.
1Sat Ordinals NFT operations plugin for Claude Code.
No reviews yet — be the first.
```bash
mkdir build
cd build
conan install ..
cmake ..
make
```