ethereum-optimism/supersim

hardhat support

Open

#213 opened on Oct 21, 2024

 (2 comments) (0 reactions) (0 assignees)Go (116 forks)github user discovery
enhancementhelp wantedunprioritized

Repository metrics

Stars
 (264 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

currently supersim only works with anvil.

Few options

  1. shell out to hardhat (may require nodejs dependencies)
  2. build a JSON RPC server on top of EDR https://github.com/NomicFoundation/edr

Contributor guide