futureversecom / trn-seed

Implementation of The Root Network node in Rust, based on the Substrate framework.

Home Page:https://www.therootnetwork.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chore: Add XRPL proof signature verification tool to node

surangap opened this issue · comments

It is useful to get verified XRPL proof signatures(or any other signatures generated for XRPL side). it involves some manual labor.
This tool will add the functionality to the node so that anyone can use it given the parameters (signature, pub key, message)

When we say anyone would need to use this, are we imagining an interaction from the frontend? I am guessing we are talking about an audience that may also not include developers. If so, I would vouch for this being written into one of the frontend tools, like the polkadotjs apps fork(they were just asking for things we'd like to see in it). I just think that because it's better to offload work away from the node, if possible.

I mentioned the above before finding your PR. I didn't realized we were thinking about adding a subcommand to the CLI, which is better than what I had assumed.