Answer the question
In order to leave comments, you need to log in
How to get multiple addresses from one Ethereum public key?
Hello!
There is a need to get from one public key constantly different addresses that are attached to it.
There is a similar solution for bitcoin: https://github.com/mscheetz/btc-xpub-address
import BtcXpubAddress from 'btc-xpub-address';
const xpub = 'your xpub';
const address = await BtcXpubAddress.getAddress(xpub);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question