recall_fil_actor_evm

Crates.iorecall_fil_actor_evm
lib.rsrecall_fil_actor_evm
version0.0.2
sourcesrc
created_at2025-03-26 15:07:50.013623+00
updated_at2025-04-07 17:18:05.431172+00
descriptionBuiltin EVM actor for Filecoin
homepage
repositoryhttps://github.com/recallnet/builtin-actors
max_upload_size
id1606638
size438,438
(recall-packages)

documentation

README

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
Commit count: 0

cargo fmt