BitShares Forum

Main => General Discussion => Topic started by: Overthetop on July 27, 2014, 03:01:51 am

Title: Question about Bitshares toolkit
Post by: Overthetop on July 27, 2014, 03:01:51 am
Is it ok now for APPs which worte in Java, .NET etc by using the Bitshares toolkit APIs to realize the underlying mechanism of DAC ?

Thanks
Title: Re: Question about Bitshares toolkit
Post by: GaltReport on July 27, 2014, 12:59:00 pm
Is it ok now for APPs which worte in Java, .NET etc by using the Bitshares toolkit APIs to realize the underlying mechanism of DAC ?

Thanks

Is the API published somewhere? Can it be interfaced to with other languages like C or  Go?
Title: Re: Question about Bitshares toolkit
Post by: gamey on July 27, 2014, 03:44:24 pm
It is all C++.  I assume any sort of interface is possible, just a matter of the level of work required.

Also - They're working on refactoring it.  Bitshares X got all the priority so the toolkit wasn't left completely user friendly in the process.
Title: Re: Question about Bitshares toolkit
Post by: xeroc on July 27, 2014, 03:47:52 pm
there is an rpc api .. search the github code and you can find a ruby Binding for it
Title: Re: Question about Bitshares toolkit
Post by: bytemaster on July 27, 2014, 06:55:49 pm
It is all C++.  I assume any sort of interface is possible, just a matter of the level of work required.

Also - They're working on refactoring it.  Bitshares X got all the priority so the toolkit wasn't left completely user friendly in the process.

The RPC API is generated via code-generation so it should be possible to write a small generator to bind to it for any language.

The toolkit itself needs some more work to make it easy to add internal extensions.
Title: Re: Question about Bitshares toolkit
Post by: Overthetop on July 28, 2014, 02:06:49 pm
Thank you!

I will try C# at first...