Reputation: 103
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?
Upvotes: 0
Views: 162
Reputation: 5341
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
Upvotes: 0