Post
Topic
Board Development & Technical Discussion
Topic OP
C# Bitcoin-Tool, variety of uses.
by
mb300sd
on 01/03/2013, 20:52:03 UTC
https://github.com/mb300sd/Bitcoin-Tool/

Code:
Bitcoin-Tool
============

Collection of bitcoin related classes, can be used to impliment
a variety of functions.

* Work with addresses, public and private keys
* Generate and sign transactions
* Connect over P2P to a bitcoin node
* Easily generate and evaulate custom scripts
* Decode and encode blocks, transactions, scripts, network messages
* Parse blockchain for data

Program.cs contains test code/me playing around/etc and usually contains
commented out code that can be used for examples.
I wrote this mostly as a learning exercise and added more out of boredom.
No particular goal with this other than experimenting. Any interesting/fun suggestions might get written.