Replies: 3 comments 7 replies
-
@Milerius I saw you converted this into a discussion can you help with this |
Beta Was this translation helpful? Give feedback.
0 replies
-
you should call |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, can someone help? I always get modules not found
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All, im sure this feature is available but the js documentation isnt available from what i see
I would like to create a derived wallet for a particular chain based on the index
for example, given index
32
and a private key, generate an address on a target chain. evm,cosmos,solana,polkadot etcIs this possible using the js package?
This is how im doing it based on
wallet-core.d.ts
Is this the correct way of doing it? If so, why would we need to define the cointype when that is already defined in the derivation path?
Also i noticed the derivation path doesnt take the index into account, im getting different evm addresses but cosmos,sol and polkadot always returns the same address regardless of
index
Beta Was this translation helpful? Give feedback.
All reactions