Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
PhantomPhreak
on 07/12/2014, 00:02:23 UTC
Hey all, this is Semiel from the Ethereum forums. I'm going to take a crack at the Powerball contract this afternoon. Can anyone point me to documentation about how XCP's smart contract implementation differs from Ethereum's? I know how to do it with Ether and the Ethereum blockchain, but I don't know what I need to do to make it work with XCP and the Bitcoin blockchain.

Welcome. Hopefully the following will point you in the right direction.

Introduction - https://github.com/CounterpartyXCP/Counterparty#counterparty-contracts

GitHub - https://github.com/CounterpartyXCP/counterpartyd/tree/develop/lib/messages/scriptlib

Support Centre - http://support.counterparty.io/support/solutions/articles/5000508883-when-will-serpent-be-supported-by-counterparty-

Counterparty Forum - https://forums.counterparty.io/discussion/845/how-do-i-write-a-smart-contract#latest

Since there appears to be little difference in how this works between Ethereum and Counterparty I'm sure if you get it working for Ethereum and pass it to one of the Counterparty Dev's to review you'll get the bounty.

The two contracts systems are/will be 100% compatible. Just write PoC-7 Sepent code.