xrpl.js
xrpl.js copied to clipboard
Full custom definition support
It'd be much easier to use the same library with different sidechains that support different features, since it affects serialization and signing capabilities.
Some work already done on this front:
- https://github.com/XRPLF/xrpl.js/pull/2127
- https://github.com/XRPLF/xrpl.js/pull/2683
The only remaining step is to add support for the server_definitions
RPC method - to call it on connection and store/use it if it is different than the stored file.