Author Topic: [Bitcoin Compatibility API for BTS Wallet 100 PTS [CLOSED]  (Read 2047 times)

0 Members and 1 Guest are viewing this topic.

Offline bytemaster

Since no one has taken interest I am redirecting this one to Hackfisher.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bytemaster

Our RPC calls are defined via a JSON object that we then use for code generation.   You can view an example of some of our current calls here:

https://github.com/BitShares/bitshares_toolkit/blob/master/libraries/api/wallet_api.json

We will need to update this file https://github.com/BitShares/bitshares_toolkit/blob/master/libraries/api/bitcoin_api.json to define the listed Bitcoin API methods in a way that we can generate source code for them.

This bounty is for someone to create this JSON file that results in code that compiles (but does not link).   

For documentation on how this JSON code generation works go here: http://bitshares.org/documentation/group__rpc__api.html

Phase 2 will be to implement the necessary C++ code for these calls and will pay 400 PTS.   
« Last Edit: June 06, 2014, 04:36:51 pm by bytemaster »
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.