Send FIL to my Filecoin ID address using MetaMask #649
-
If you are devs or users who are familiar with Filecoin address types, you probably already know that Filecoin supports multiple address types.
Having difficulty sending FIL to your f1 or f3 address using MetaMask?Since f1 or f3 address can not be converted to the Ethereum-compatible 0x address, MeteMask will not be able to recognize and use f1 or f3 address. BUT,
which means technically, you can send FIL to your f1 or f3 address using their corresponding ID address. For example, I can send FIL to How to do it?1. Find the ID address for your f1 or f3 address.
2. Convert ID address to 0x address.Once you have your ID address for your f1 or f3 address, you need to convert it to 0x address which you can use on MetaMask. The basic instruction for converting ID address to 0x address is here.
3. sending FIL usingNow, you can directly use Therefore, technically users or devs can send FIL to any Filecoin address type using its corresponding ID address using MetaMask. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
One more note: Sending FIL to MinerID on MetaMask is not supported yet because the built-in miner actor doesn't understand |
Beta Was this translation helpful? Give feedback.
One more note:
Sending FIL to MinerID on MetaMask is not supported yet because the built-in miner actor doesn't understand
invokeEVM
method. And sending FIL to 0x address isinvokeEVM
method.