'Can I customize public key from elliptic-curve package node.js?

this.keyPair = ec.genKeyPair();

I use this line to get the keys, and the public key will be the address, but I want the user to make their own address for private blockchain reasons (address will use the public key that the user made, no random hash), can I make it happen? thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source