mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	Merge pull request #1021 from ripple/update-serialization-py-link
Add links to python and java libs
This commit is contained in:
		
							
								
								
									
										5
									
								
								content/_snippets/libs-snippet.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								content/_snippets/libs-snippet.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
| Language | Library Name | Get Started | API Reference | Source Code |
 | 
			
		||||
|----------|--------------|-------------|---------------|-------------|
 | 
			
		||||
| **Python**   | `xrpl-py`      | [Get Started](get-started-using-python.html) | [API Reference](https://xrpl-py.readthedocs.io/) | [Repo](https://github.com/XRPLF/xrpl-py) |
 | 
			
		||||
| **JavaScript** / **TypeScript** | `ripple-lib` | [Get Started](get-started-with-rippleapi-for-javascript.html) |  [API Reference](rippleapi-reference.html) | [Repo](https://github.com/ripple/ripple-lib) |
 | 
			
		||||
| **Java** | `xrpl4j` | [README](https://github.com/XRPLF/xrpl4j#readme) | [API Reference](https://github.com/XRPLF/xrpl4j/tree/main/xrpl4j-integration-tests)  | [Repo](https://github.com/XRPLF/xrpl4j) |
 | 
			
		||||
@@ -47,6 +47,10 @@ The serialization processes described here are implemented in multiple places an
 | 
			
		||||
- In JavaScript in the [`ripple-binary-codec`](https://github.com/ripple/ripple-binary-codec/) package.
 | 
			
		||||
- In Python 3 in [this repository's code samples section]({{target.github_forkurl}}/blob/{{target.github_branch}}/content/_code-samples/tx-serialization/serialize.py).
 | 
			
		||||
 | 
			
		||||
Additionally, the following libraries also provide serialization support:
 | 
			
		||||
 | 
			
		||||
{% include '_snippets/libs-snippet.md' %}
 | 
			
		||||
 | 
			
		||||
These implementations are all provided with permissive open-source licenses, so you can import, use, or adapt the code for your needs in addition to using it alongside these documents for learning purposes.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user