What does "First class support for Anvil and Hardhat" mean and why isn't Ganache supported? #124
-
What does "First class support for Anvil and Hardhat" mean and why isn't Ganache supported? |
Beta Was this translation helpful? Give feedback.
Answered by
jxom
Mar 6, 2023
Replies: 1 comment 3 replies
-
We have first class support for "test" RPC methods that Anvil & Hardhat provides. I am not too familiar with Ganache, but if they also support methods like |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jxom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have first class support for "test" RPC methods that Anvil & Hardhat provides.
Learn more here.
I am not too familiar with Ganache, but if they also support methods like
evm_mine
,evm_increaseTime
, etc, then we can easily integrate it in!