Do you wanna run your own OTS ?? Here you go:
Install Linux Ubuntu 12.04 (I did it using Parallels to test this in a virtual machine, on my Mac.)
Edit this file: /etc/apt/sources.list to add this line:
deb http://repo.openwallet.org/ubuntu precise utils
Run this command from the terminal:
sudo apt-get install opentxs
Open-Transactions is now installed.
You can run the server by typing 'otserver' at the terminal, and you can run the client like this: opentxs help
You may find these commands useful: opentxs list, opentxs stat, opentxs newnym, opentxs addserver, opentxs addasset, opentxs refresh, opentxs showincoming, opentxs acceptall, opentxs sendcheque.
If you run the otserver with blank data (stored in ~/.ot/server_data), it will walk you through the process of creating a fresh server. If you run the opentxs client with blank data (stored in ~/.ot/client_data) it will automatically create a fresh (empty) wallet.
If you prefer to test it using sample data, then grab the Open-Transactions project using the git command:
git clone git://github.com/FellowTraveler/Open-Transactions
...then you can copy the contents of Open-Transactions/sample-data/ot-sample-data into the ~/.ot folder, and test it out using existing sample data, and play around with issuing the existing sample contracts.
To create your own asset type, use the "opentxs newasset" command. Use "opentxs addasset" to add an existing currency contract to your wallet.
To issue that new asset contract onto any OT server, use the "opentxs issueasset" command.
There is one GUI test wallet (in Java) and others coming soon for various platforms.
The OT API is easy, with sample code, and can be used from most languages, and on most platforms. Including: Java, D, C++, Python, PHP, etc. On Android, iPhone, Mac, Windows, and Linux.
Open-Transactions is open-source financial freedom. It enables anyone to run transaction servers, issue currencies, open accounts, use a variety of financial instruments such as cheques, cashier's cheques, markets, basket currencies, smart contracts (scriptable clauses), and untraceable digital cash.
OT is also able to prove all balances and verify any instruments without storing any transaction history, except for the last signed receipt.
For support, please see the Wiki:
https://github.com/FellowTraveler/Open-Transactions/wiki...and also the IRC channel #opentransactions on irc.freenode.net
...and also the mailing list:
[email protected]http://www.reddit.com/r/Agorism/comments/19p6oa/how_to_issue_your_own_currency_using/Markm: any DVC related suggestions?
Vircurex: do you see a way for inplementation with cryptostocks ?