BitShares Forum

Main => General Discussion => Topic started by: mdj on December 14, 2014, 05:25:20 pm

Title: Bitshares API
Post by: mdj on December 14, 2014, 05:25:20 pm
Is there any documentation/getting starter guides for communicating programatically with the Bitshares client?
Title: Re: Bitshares API
Post by: xeroc on December 14, 2014, 10:03:37 pm
"programatically"?

you can use RPC to communicate with the core ... take a look at some of my examples in  https://github.com/xeroc/pytshares
also some discussion over here: https://bitsharestalk.org/index.php?topic=5562.0;all
Title: Re: Bitshares API
Post by: mdj on December 15, 2014, 07:42:54 pm

perfect thanks