/bitcoin_reuni

Programming bitcoin rust code

Primary LanguageRust

programming_bitcoin

CircleCI

WIF

This project implement the rust version code of Programming Bitcoin book.

  • wallet

    • secp256k1

      • elliptic curve point

        • field element
    • private key

    • signature

  • transaction

    • parse and serialize

    • script

      • parse and serialize

      • evaluate

  • block

    • verify

    • create

  • network protocal

    • getData
  • bloom filter

  • spv node

  • HD wallet