0

I'm looking into creating a MetaMask snap that interacts with RPCs for Kadena (Chainweaver). It seems that Chainweaver uses BIP44 as the key generation standard. How feasible is it to integrate BIP39 keys onto a MetaMask snap that uses BIP44 as a standard?

Tice
  • 103
  • 1
  • 10

1 Answers1

0

Developer documentation for the MetaMask Ethereum wallet https://docs.metamask.io/guide/snaps-rpc-api.html#restricted-methods

There is an RPC method to get BIP 44 keys

Eric Bishard
  • 5,201
  • 7
  • 51
  • 75