You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spin up a local node compatible with AssetHub
Implement basic RPC calls for contract deployment & transactions (eth_sendTransaction, eth_call, eth_getTransactionReceipt).
Ensure it can deploy contracts & interact with them via Foundry commands
Implement RPC Compatibility Layer (minimal subset)
eth_getBalance
eth_blockNumber
eth_gasPrice
eth_estimateGas.
eth_getLogs
eth_getCode
debug_traceTransaction
Ensure that basic cheatcodes are working correctly
Modify account balances (vm.deal()).
Set block number/timestamp (vm.roll(), vm.warp()).
Override contract storage (vm.store()).
Make Pre-funded accounts working
Implement all block creation modes
Implement genesis configuration from json file.
The text was updated successfully, but these errors were encountered:
smiasojed
changed the title
[Feature][Anvil] Implement Anvil node which uses pallet_revive
[Feature][Anvil]: Prototype an Anvil node that uses pallet_revive
Feb 21, 2025
Spin up a local node compatible with AssetHub
Implement basic RPC calls for contract deployment & transactions (eth_sendTransaction, eth_call, eth_getTransactionReceipt).
Ensure it can deploy contracts & interact with them via Foundry commands
Implement RPC Compatibility Layer (minimal subset)
Ensure that basic cheatcodes are working correctly
Make Pre-funded accounts working
Implement all block creation modes
Implement genesis configuration from json file.
The text was updated successfully, but these errors were encountered: