Skip to content

run ABI encoded data against the ethereum blockchain

Notifications You must be signed in to change notification settings

Keeeeeeeks/run-evm-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run EVM code against a database at a certain block height -

Example

./run-evm-code \
	-blknum 1200000 \
	-db_dir ~/eth-mainnet-db/geth-attempt/geth/chaindata \
	-receiver 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 \
	-sender 0x2485Aaa7C5453e04658378358f5E028150Dc7606 <ABI_ENCODED_DATA>

About

run ABI encoded data against the ethereum blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages