Skip to content
View pywitcher's full-sized avatar
๐Ÿ™‚
Sad
๐Ÿ™‚
Sad

Block or report pywitcher

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
pywitcher/README.md

๐Ÿ‘‹ Hi, Iโ€™m Seyyed Fazel Ebrahimi

  • ๐Ÿ‘จโ€๐Ÿ’ป Blockchain Developer | Python Cryptography Enthusiast
  • ๐Ÿ” Specialised in Bitcoin Network, Merkle Trees, and Custom Wallet Implementations
  • ๐Ÿง  Currently preparing for IELTS (aiming 7+) and looking for opportunities in the USA $ UK tech scene
  • ๐ŸŒฑ Iโ€™m currently building open-source cryptographic tools with pure Python
  • ๐Ÿ“ซ Reach me: [LinkedIn] www.linkedin.com/in/seyyed-fazel-ebrahimi

Popular repositories Loading

  1. btc-address-extractor btc-address-extractor Public

    Extracts Bitcoin addresses from block data using Blockstream API

    Python 1

  2. pywitcher pywitcher Public

  3. btc-address-creator btc-address-creator Public

    A standalone Bitcoin address generator in pure Python. Converts any WIF private key into compressed/uncompressed P2PKH, P2SH, and Bech32 addresses โ€” no external dependencies.

    Python

  4. btc-address-validator btc-address-validator Public

    A lightweight and standalone Python tool that validates Bitcoin addresses without any external dependencies.

    Python

  5. bitcoin-transaction-builder bitcoin-transaction-builder Public

    A minimal yet powerful Bitcoin transaction builder CLI in Python. It fetches UTXOs, builds raw transactions, signs them securely using your WIF private key, and outputs a broadcast-ready hex. Perfeโ€ฆ

    Python

  6. bitcoin-tx-signer bitcoin-tx-signer Public

    A Python tool to build, sign, and (optionally) broadcast raw Bitcoin transactions using WIF private keys.

    Python