Code and APIs to make crypto currency easier.
The rippled server comes with a variety of APIs, however it does not come with a REST-like HTTP API.
The github.com/ripple/ripple-rest project is frozen with a recommendation to migrate to a JavaScript / TypeScript library github.com/ripple/ripple-lib (aka RippleAPI).
WeCoins provides a HTTP-RPC API that supports all rippled functions.
Run you own REST-like HTTP API Proxy
Runs locally or as an AWS Lambda function.
Code: https://github.com/wecoinshq/ripple-api
WeCoins supports open source and our code is availble on GitHub at https://github.com/wecoinshq.