FellowTraveler / Open-Transactions-old

Open-Transactions democratizes financial and monetary actions. You can use it for issuing currencies/stock, paying dividends, creating asset accounts, sending/receiving digital cash, writing/depositing cheques, cashier's cheques, creating basket currencies, trading on markets, scripting custom agreements, recurring payments, escrow, etc. Open-Transactions uses strong crypto. The balances are unchangeable (even by a malicious server.) The receipt history is destructible. The transactions are unforgeable. The cash is unlinkable. The cheques are non-repudiable. Etc.
http://opentransactions.org
408 stars 84 forks source link

Add a full example use case #129

Closed s-ol closed 11 years ago

s-ol commented 11 years ago

Could someone present a full use case from scratch? Something like two people exchanging different currencys, showing the creation process of nyms, contracts and currencys.

This would make understanding OT much easier.

FellowTraveler commented 11 years ago

On 11/18/12 1:12 PM, S0lll0s wrote:

Could someone present a full use case from scratch? Something like two people exchanging different currencys, showing the creation process of nyms, contracts and currencys.

This would make understanding OT much easier.

— Reply to this email directly or view it on GitHub https://github.com/FellowTraveler/Open-Transactions/issues/129.

Clearly you haven't watched the videos ... ?

Please go to the wiki and watch all the videos.

FellowTraveler commented 11 years ago

Closing this issue since test scripts have been added.

See Open-Transactions/scripts/tests

There's a test script written in bash that runs through much of the OT command-line functionality.

There are also test scripts in PHP and Python, just to show that the high-level API works from those languages now.