Hello, please kindly share the detailed technical information on how the public and private key pairs are generated, + the public wallet to them.
Ideally, if this generation is implemented on a python, well, or at least somewhere, it is described step by step how to do it with improvised tools, such as openssl on linux
Here is how to generate a key pair using the nem-sdk:
https://www.npmjs.com/package/nem-sdk#62---create-key-pairs
There are many more ways to generate a key pair as well. Here is the list of NIS wrappers:
https://docs.nem.io/en/nis-wrappers
And you can always use the NIS API as well:
https://nemproject.github.io/#keyPairViewModel
1 Like