| Crates.io | recall_fil_actor_evm |
| lib.rs | recall_fil_actor_evm |
| version | 0.0.2 |
| created_at | 2025-03-26 15:07:50.013623+00 |
| updated_at | 2025-04-07 17:18:05.431172+00 |
| description | Builtin EVM actor for Filecoin |
| homepage | |
| repository | https://github.com/recallnet/builtin-actors |
| max_upload_size | |
| id | 1606638 |
| size | 438,438 |
The EVM actor is a Wasm implementation of the EVM bytecode interpreter, originally prototyped in https://github.com/filecoin-project/fvm-evm/
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