Re: [Bitcoin-development] Implementing trading across chains

2013-02-14 Thread Petr Praus
Ah, I missed this, thanks. On 13 February 2013 15:49, Jorge Timón wrote: > Well, if it's even possible to trade across "chains" with Ripple (and > I don't know of any reason shouldn't be), you will have to wait to the > release of the full node (validator) code, for now only a javascript > web

Re: [Bitcoin-development] Implementing trading across chains

2013-02-13 Thread Jorge Timón
Well, if it's even possible to trade across "chains" with Ripple (and I don't know of any reason shouldn't be), you will have to wait to the release of the full node (validator) code, for now only a javascript web client is open sourced. But it seems they at least have plans for contracts judging f

Re: [Bitcoin-development] Implementing trading across chains

2013-02-13 Thread Petr Praus
Jorge, thanks for bitcoinx tip, I didn't know about it and it's certainly related. I'll have a closer look Regarding Ripple, I tried it but as far as I can tell, it doesn't have any contract enforcement (by technical means) built in. On 11 February 2013 05:03, Jorge Timón wrote: > Hi, you may b

Re: [Bitcoin-development] Implementing trading across chains

2013-02-11 Thread Jorge Timón
Hi, you may be interested in a couple of related projects. Colored coins uses satoshis to represent smart property, shares, IOUs of another currency...Colored coins can be atomically traded for bitcoin. If you implement the trade across chains contract they would also be tradeable for another chai

Re: [Bitcoin-development] Implementing trading across chains

2013-02-07 Thread Petr Praus
Hi, I intend to implement trading across chains in a P2P manner (as described by Mike Hearn in https://en.bitcoin.it/wiki/Contracts#Example_5:_Trading_across_chains). Note, this is indended more as an alternative chain development, I don't have any plans for merging it back into main client (not b