mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	change cjcobb23 to XRPLF (#127)
This commit is contained in:
		@@ -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 ..
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user