Skip to content

Fork of abandoned BitcoinSharp project

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
copying.txt
Notifications You must be signed in to change notification settings

CoiniumServ/BitcoinSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BitcoinSharp

Fork of abandoned BitcoinSharp project - https://code.google.com/p/bitcoinsharp

============

BitCoinSharp is a direct port of the excellent BitCoinJ library. It implements the native BitCoin P2P protocol in C# for use in .net 3.5 and above. This library can be used to maintain a wallet and send/receive transactions without installing the official client. It comes with full documentation and includes an example application that demonstrates some of the more common uses.

This project aims to be easier to understand than the C++ implementation and more suitable for use on constrained devices such as mobile phones once Silverlight support has been added.

BitCoinSharp implements the "simplified payment verification" mode of Satoshi's paper. It does not store a full copy of the block chain but rather it stores what it needs in order to verify transactions with the aid of an untrusted peer node.

Download the library and then read:

Got questions? Comments? Patches? Please use the BitCoinJ discussion group for the time being but keep in mind this forum is focused on the original Java implementation from which this library was ported.

Be warned: This software is still in an early state of development. It is not safe to use with serious quantities of money or on production networks. Doing so risks losing coins or creating spends that will never be confirmed.

About

Fork of abandoned BitcoinSharp project

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
copying.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published