Bitcoin Forum

Other => Off-topic => Topic started by: lclc on January 21, 2014, 03:07:53 AM



Title: Open Transactions Blog
Post by: lclc on January 21, 2014, 03:07:53 AM
There is a new blog about Open Transactions with introduction articles etc from various community members and independent writers. Good starting point to learn what OT is and what you can do with it:

otblog.net (http://otblog.net)


Title: Re: Open Transactions Blog
Post by: SimonBelmond on April 30, 2014, 11:53:42 AM
FT or any other devs: I am looking for the escrow sample contract. It is shown in the video but I can't find the file in a format like this:
http://opentransactions.org/wiki/index.php?title=Smart_contracts

I am not a programmer but I have learned several script languages before (VBA, R, LaTeX): I would like to try to write a sample contract for Nash Equilibrium Exchange. I think it is not so difficult but still a challenge for me. I will have to learn about ChaiScript first. However, the more OT sample contracts I can see, the better I can reverse engineer them and learn. THX.


Title: Re: Open Transactions Blog
Post by: lclc on April 30, 2014, 06:20:49 PM
There are videos from FT demonstrating escrow smartcontract: https://open-transactions.github.io/tv/blog/2012/07/26/open-transactions-number-11-escrow-smart-contract-1-of-3/

But right now I can't find the contract too.. Seems like it got deleted when we moved to the new wiki.

BTW: Soon we will have a new blog at www.otblog.net


Title: Re: Open Transactions Blog
Post by: fellowtraveler on May 13, 2014, 09:11:39 AM
Escrow contract (with 3rd party arbitration.)

https://github.com/Open-Transactions/Open-Transactions/blob/master/scripts/smartcontracts/escrow/escrow.otc


Two-way trade contract (similar, much simpler -- only 2 parties.)

https://github.com/Open-Transactions/Open-Transactions/blob/master/scripts/smartcontracts/two_way_trade/trade.otc