brownie icon indicating copy to clipboard operation
brownie copied to clipboard

Add compatibility for anvil

Open chalex-eth opened this issue 2 years ago • 1 comments

Foundry just released anvil, which aim to replace ganache and hardhat RPC. Foundry ecosystem is highly growing at speedlight, been able to run anvil in brownie console instead of ganache-cli would be awesome.

https://github.com/foundry-rs/foundry/tree/master/anvil

chalex-eth avatar May 06 '22 06:05 chalex-eth

Need to add support for forking with block number. I think we need to add fork_block to a list at https://github.com/eth-brownie/brownie/blob/master/brownie/_cli/networks.py#L48

pratraut avatar Oct 30 '22 19:10 pratraut