Re: libcryptoconditions: Crypto Conditions in C

Hey Scott,

This is awesome, thanks!

Can you also add a link to it from the spec repo at
https://github.com/rfcs/crypto-conditions ?

Adrian

On 6 February 2018 at 10:48, Scott Sadler <scott@scottsadler.de> wrote:

> Good day all!
>
> Thought I'd make a quick announcement of Cryptoconditions in C:
>
> https://github.com/libscott/libcryptoconditions
>
> Development was funded, thus far, by the Komodo Platform (
> https://komodoplatform.com/) <https://komodoplatform.com/en)> in order to
> facilitate simple contracts in the blockchain. Work is ongoing to integrate
> CryptoConditions into the Bitcoin transaction model, via an opcode
> OP_CHECKCRYPTOCONDITIONVERIFY.
>
> The library is highly portable, features a JSON RPC interface as well as a
> command line. Integration via FFI is trivial in most languages; development
> of a new language frontend is a small matter of packaging and then using
> the JSON interface to the binary shared object. Feel free to email me for
> help on this.
>
> Currently the library is in good condition for development work, but
> should be a little more robust before calling it production ready. For more
> information see the Github issue list. There is no guarantee of when this
> will take place; if anyone is interested in funding further work, that
> would be great!
>
> Any questions, don't hesitate to ask.
>
> Scott
>

Received on Wednesday, 7 February 2018 00:09:48 UTC