BitShares Forum
		Main => General Discussion => Topic started 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
- 
				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?
- 
				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.
- 
				there is an rpc api .. search the github code and you can find a ruby Binding for it 
			
- 
				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.
- 
				Thank you!
 
 I will try C# at first...