rust-ethereum / evm

Pure Rust implementation of Ethereum Virtual Machine
Apache License 2.0
1.16k stars 355 forks source link

Is there a working example of evm::transact? #265

Closed Roaring30s closed 8 months ago

Roaring30s commented 8 months ago

I was wondering if there was a working example of implementing evm::transact with bytecode and calldata at play.