change cjcobb23 to XRPLF (#127)

This commit is contained in:
CJ Cobb
2022-03-22 13:52:16 -07:00
committed by GitHub
parent 524859304c
commit 0b2d192f9c
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ Use these instructions to build a clio executable from source. These instruction
# -------------------------------
export BOOST_ROOT=/home/my_user/boost_1_75_0
source ~/.profile
5. git clone https://github.com/cjcobb23/clio.git
5. git clone https://github.com/XRPLF/clio.git
6. mkdir build
7. cd build
8. cmake ..

View File

@@ -2,9 +2,9 @@
This document contains the release notes for `clio_server`, an XRP Ledger API Server.
To build and run `clio_server`, follow the instructions in [README.md](https://github.com/cjcobb23/clio).
To build and run `clio_server`, follow the instructions in [README.md](https://github.com/XRPLF/clio).
If you find issues or have a new idea, please open [an issue](https://github.com/cjcobb23/clio/issues).
If you find issues or have a new idea, please open [an issue](https://github.com/XRPLF/clio/issues).
# Releases
@@ -20,4 +20,4 @@ Clio uses Cassandra or ScyllaDB, allowing for scalable read throughput. Multiple
- `./src/rpc` contains RPC handlers that are called by clients. These handlers should expose the same API as rippled.
- `./src/subscriptions` contains the SubscriptionManager. This manages publishing to clients subscribing to streams or accounts.
- `./src/webserver` contains a flex server that handles both http/s and ws/s traffic on a single port.
- `./unittests` simple unit tests that write to and read from a database to verify that the ETL works.
- `./unittests` simple unit tests that write to and read from a database to verify that the ETL works.