A TypeScript library and CLI script to assist with PayID server migrations.
SSH into / port-forward to a machine that has access to the PayID server Admin API.
Globally install the module :
npm install -g @payid-org/server-migration
Run the following command to see usage instructions :
payid-server-migrate
e.g. An example migration to transform X-addresses to classic addresses :
payid-server-migrate -f payIds.txt -t xAddressToClassic
Contribute your own transforms to src/transform.ts
!
Defined payload transforms :
xAddressToClassic
- Converts XRPL
payloads to use classic addresses and tags, instead of X-addresses. Does nothing if the conversion does not apply.
By using, reproducing, or distributing this code, you agree to the terms and conditions for use (including the Limitation of Liability) in the Apache License 2.0. If you do not agree, you may not use, reproduce, or distribute the code. This code is not authorised for download in Australia. Any persons located in Australia are expressly prohibited from downloading, using, reproducing or distributing the code. This code is not owned by, or associated with, NPP Australia Limited, and has no sponsorship, affiliation or other connection with the “Pay ID” service operated by NPP Australia Limited in Australia.