Add forking with Tevm #101
roninjin10
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Adding a local devnet to abi.ninja can allow users to fork the network and interact with contracts
Tevm is a anvil-like devnet built on viem that runs in the browser. It's really easy to swap into wagmi.
UI
I would imagine the UI here would be a fork button and then something signaling they are interacting with a forked network
Implementation
Pretty small lift to make a POC of this. All we have to do is swap in the tevm transport.
Beta Was this translation helpful? Give feedback.
All reactions