Index
Ripple Server Implementation
This page documents the effort to implement a Ripple transaction server, initially to stand alone, but eventually implementing the Ripple protocol for a network of independent servers to form a single payment network.
- Installing the Server
- Client API
- Standalone Server
- Routing Tables
- Transactions
- Optimization
- Decimals and Rounding
The code can be found at https://github.com/rfugger/ripple/.