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
Additional Links & Resources
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 callFilecoin.EthSendRawTransactionor perhaps usefoundry.Completion Criteria
forest-cli evm deploy- the behavior should be same as in Lotus.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!) - actuallycallcould live in the same PR so that the deployment is nicely tested.lotus evm *usage in some tests withforest evm *Additional Links & Resources