Go to file
Nick Thomas 00ce004ae5 Skeletor of integrating em-bitcoin with sharpcoin.
The server process actually runs now(!) - although it does nothing
useful.
2011-06-21 22:53:57 +01:00
bin Starting point 2011-05-15 00:36:57 +01:00
doc Starting point 2011-05-15 00:36:57 +01:00
lib Skeletor of integrating em-bitcoin with sharpcoin. 2011-06-21 22:53:57 +01:00
spec Test now checks that we get 'ready!' from em-bitcoin to the actor 2011-06-21 21:40:59 +01:00
README In theory, version exchange for client and server works now. 2011-06-10 23:14:39 +01:00
Rakefile Starting point 2011-05-15 00:36:57 +01:00
sharp-coin.config.yaml Starting point 2011-05-15 00:36:57 +01:00

README

For now: See doc/AIMS

Currently, nothing is interesting. 

Here's a general idea of the order in which i'm going to be implementing things.
Note that nothing is set in stone here. Also, parallelism is to be expected as
I get bored of one thing and so start on another.

  * Basic em-bitcoin functionality, dragging along btc_wire_proto as I go
    - Build the full block chain from scratch
    - Be able to send transactions to others
    - Wallets
  * HTTP interface for wallets, users
    - Client-side transaction signing
  * Bitcoin RPC interface for interop with existing management tools
  * Simple market for registered users
    - Multiple currency support (GBP to start, then euro, then dollar)
    - Integration for various put-cash-into-the-market services (wire transfer, to start)

Once those bits are in, polish them 'till they gleam. Then start on the other bits.