Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
Clio API server

Introduction

Clio is an XRP Ledger API server optimized for RPC calls over WebSocket or JSON-RPC.

It stores validated historical ledger and transaction data in a more space efficient format, and uses up to 4 times less space than rippled.

Clio can be configured to store data in Apache Cassandra or ScyllaDB, enabling scalable read throughput. Multiple Clio nodes can share access to the same dataset, which allows for a highly available cluster of Clio nodes without the need for redundant data storage or computation.

Develop

As you prepare to develop code for Clio, please be sure you are aware of our current Contribution guidelines.

Read rpc/README.md carefully to know more about writing your own handlers for Clio.