XDR for the Stellar Network.
The Stellar XDR library provides tools for encoding and decoding Stellar XDR (External Data Representation) data structures, enabling seamless interaction with the Stellar network.
- Encoding and decoding of Stellar transactions and data structures.
- Cryptographic functions for signing and verifying transactions.
- Command-line interface for easy usage.
- Graphical user interface for user-friendly interaction.
To install the library, clone the repository and install the required dependencies:
1 git clone https://github.com/KOSASIH/stellar-xdr.git
2 cd stellar-xdr
3 pip install -r requirements.txtAlternatively, you can install the package using setup.py:
1 python setup.py installFor detailed usage examples, please refer to the Usage section of the documentation.
To run the tests, use the following command:
1 python -m unittest discover -s testsTo run the benchmarks, execute the following commands:
1 python benchmarks/benchmark_encoder.py
2 python benchmarks/benchmark_decoder.pyWe welcome contributions! Please see our Contributing Guidelines for more information.