I am wondering, what libraries are out there for communicating with Ripple through its API (either websocket or JSON RPC)?
Asked
Active
Viewed 1,572 times
2 Answers
3
- Ripple labs have created a number of GitHub repositories relating to Ripple, including ripple-lib for JavaScript and a work in progress ripple-lib-java for Java.
- Rubble Labs have released their ripple library for Golang
- CodeShark has released a C++ library for communicating with Ripple through a websocket
ThePiachu
- 42,931
- 25
- 138
- 347
2
There is a Dart library as well. Even though it's not 100% finished yet, it works quite well.
Steven Roose
- 11,473
- 8
- 44
- 71