Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 725 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 725 Bytes

This repo is obsolete for blockchain C# libraries protocol use:

https://github.com/MetacoSA/NBitcoin
https://github.com/stratisproject/StratisBitcoinFullNode

dotblock

A C# implementaiton composing libraries to work with the Bitcoin protocol.

dotblock is used by CoinVault and supports Bitcoin and Altcoin blockchains which are forkes of the Bitcoin protocol

Current functionality:

  • Signing transactions (with support for altcoins)
  • Creating Bitcoin addresses
  • Mnemonic sentances
  • Generating HD keys (BIP32) and coin types (BIP44 accounts)
  • RPC client implementation

Future work:

  • Multi sig transactions (and SegWit)
  • SPV wallets
  • Supporting Ethereum

Contributors are most welcome.