You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
Replacing Account20(EVM Contract Address) to AccountID32 using hash_concat instead of directly hashing.
For Account32(subkey) to AccountID20 conversion, using ```cut````
Using eddsa for evm call instead of ecdsa, so we can sign evm related txs using polkadot{.js} exention or other polkadot.js private key provider
EVM and Substrate toolchains support: For web3.js, metamask, web3 rpc, remix(solidity ide) etc, we might need to to some forking to support eddsa sign.
User only need to care about AccountID32 address, developers might need to know AccountID20(evm address)
Question:
Can ecdsa and eddsa share same key pair(for easier wallet support)?
Latest discussion and solution:
Question:
Can ecdsa and eddsa share same key pair(for easier wallet support)?
Refer:
Frontier: Using two separate crypto algorithm (eddsa for substrate runtime, ecdsa for evm inside?)
https://github.com/paritytech/frontier
Moonbeam:
Question: Will use ecdsa instead of eddsa(sr25519)? and H160? Could ecdsa have compatibility issues with Polkadot Parachain?
Substrate Seminar
https://www.crowdcast.io/e/substrate-seminar/9
The text was updated successfully, but these errors were encountered: