Skip to content

imfariansayed/cryptodoc

Repository files navigation

Cryptodoc

Cryptodoc is a command-line tool written in C++ that provides a quick summary of a given Bitcoin (BTC) address or transaction ID (TXID). The tool uses publicly available APIs to retrieve relevant information about the address or transaction and presents it in an easy-to-read format.

Features

  • Retrieve basic information about a BTC address or transaction, such as balance, number of transactions, and total received/sent amounts.

Usage

To use the tool, simply run it from the command line and provide the BTC address or TRX transaction ID as an argument. For example:

PS C:\Users\nairuvi> ccryptodoc -A bc1q7cyrfmck2ffu2ud3rn5l5a8yv6f0chkp0zpemf

Address summary:
Address: bc1q7cyrfmck2ffu2ud3rn5l5a8yv6f0chkp0zpemf
Balance: 862.552 BTC
Sent: 1.23504e+07 BTC
Received: 1.23513e+07 BTC
Number of transactions: 1131416

Contributing

If you would like to contribute to Cryptodoc, please read the CONTRIBUTING.md file for information on how to get started.

If you have any questions about Cryptodoc, feel free to contact the project owner at [https://fb.me/imfariansayed].

About

BTC Address and TRX ID Summary Tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages