Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Leechael/account-abstraction-pallets-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interact with Substrate Network with Ethereum Wallet

This a POC project which shown how we can interact with Substrate with Ethereum Wallet (via Viem & wamgi). Tested with MetaMask.

Pre-requirements

You can compile the parachain node here: https://github.com/jasl/account-mapping-research/

cargo build --release
target/release/node-template --dev --rpc-port=19944 --rpc-external --rpc-methods=Unsafe

For this project:

yarn && yarn dev