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
407 stars 84 forks source link

CSharp #150

Closed BlueWall closed 11 years ago

BlueWall commented 11 years ago

I have most of the csharp stuff automated now, still must do the compile of the dll by hand. Instruction are in the head of the example program (scripts/tests/csharp/Main.cs). If we can find the place to put the dll builder script (build-aux/csharpcomp.sh mcs -o OtAPI.dll swig/glue/csharp/*.cs) it should make that dll, just like the python makes the otapi.py

Thanks! BlueWall