#evm #web3 #fvm #filecoin

recall_fil_actor_evm

Builtin EVM actor for Filecoin

3 releases

new 0.0.2 Apr 7, 2025
0.0.1 Apr 7, 2025
0.0.0 Mar 26, 2025

#18 in #fvm

Download history 115/week @ 2025-03-25 100/week @ 2025-04-01

219 downloads per month
Used in recall_fil_actor_eam

MIT/Apache

565KB
13K SLoC

EVM

The EVM actor is a Wasm implementation of the EVM bytecode interpreter, originally prototyped in https://github.com/filecoin-project/fvm-evm/

Testing

The tests library contains integration tests, some of which use Solidity contracts. The compiled versions of these contracts are checked into tests/contracts. To modify them, you will need to install the solc and optionally solc-select, then from this directory run the following command to generate the new artifacts:

make test-contracts

Dependencies

~11MB
~201K SLoC