NBitcoin .NET 比特币实现

程序名称:NBitcoin

授权协议: MIT

操作系统: Windows

开发语言: C#

NBitcoin 介绍

NBitcoin 是 .NET 平台下的比特币实现。特性:

  • Full port of the test suite of bitcoin core with their own data

  • Full script evaluation and parsing

  • RPC Client

  • Payment Protocol (BIP 70)

  • Payment URL (BIP 21,BIP 72)

  • Two Factor keys (BIP 38)

  • Stealth Address (Also on codeproject)

  • Recognize standard script and permit to create them

  • Object model faithful to the C++ API but with C# goodness

  • Simpler API (here is how to generate a key and get the address : new Key().PubKey.Address.ToString())

  • Bloom filter, partial merkle tree

  • Serialization of Blocks, Transactions, Script

  • Signing/verification with private keys, support compact signature for prooving ownership

  • Hierarchical Deterministic Wallets (BIP 32)

NBitcoin 官网

https://github.com/NicolasDorier/NBitcoin

相关编程语言

OpenFunix 是由我从零开始写的一个内核项目。 OpenF...
女娲内核,用中文版C"习语言"写的简单操作系统内...
Linux-Insides 是一系列 Linux 内核的展示。它通过分...
Alibaba Kernel起源于亚洲最大的电子商务网站——阿...
Genode操作系統框架擴展現有的內核(如微內核或程序...
TencentOS Kernel 是腾讯针对云的场景研发的服务器操...