Demo client readyThe working title of our stock market platform is BlackMarket.
Were building a client that will be available under the FreeBSD licence.
The client (bmc) is a console based application, because of the cryptography involved trades cannot be make using the web browser currently. One of the goals of this client is to make it very easy to use.
And so, with much thanks to Ryland Taylor-Almanza who is working on this we have the first available user interface to play with.
You'll need Linux, and a working installation of ruby(we're using 1.9.2 but I think 1.8.6/7 may work, have not tested).
Files to download are
bmcmenu-0.0.1.gem and
bmcInstall with
gem install bmcmenu-0.0.1.gem
then run bmc from the same directory with
I would recommend anyone who is investing in this to give the client interface a try and make any suggestions.
All suggestions welcome, also before anyone asks, the client when finally ready will automatically create a new trade account on the server when run for the first time, so it should be almost zero config to start using.