# Summary We already have all primitives to have a convenience method `forest-cli evm deploy` (mirroring the Lotus one). Having a CLI do it is nicer than having to manually call `Filecoin.EthSendRawTransaction` or perhaps use `foundry`. # Completion Criteria <!-- List the necessary criteria to complete this issue --> - [ ] implement `forest-cli evm deploy` - the behavior should be same as in Lotus. - [ ] look into other `lotus evm *` methods - might be worth implementing as well (but don't do it in a single PR - create scoped issues if they seem genuinely useful - YAGNI!) - actually `call` could live in the same PR so that the deployment is nicely tested. - [ ] replace existing `lotus evm *` usage in some tests with `forest evm *` # Additional Links & Resources <!-- Anything that might need to be referenced during implementation -->