Skip to content

Run Ethereum blocks using EthereumJS-VM on an external computer, connecting to a trusted node

License

Notifications You must be signed in to change notification settings

jochem-brouwer/chainspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

npm i

After installation you can run the app. Infura will not support the amount of requests it will spam, so you need a local node.

ts-node ./src/app.ts --provider="http://your-node.local:8545" --block=10000000

If you do not provide a block parameter, it will default to the latest block.

The VM will run and will compare the results of the VM against the receipts which are downloaded. After the block is ran, the receiptTrie, logsBloom and the gasUsed will be checked. Note that stateTrie cannot be checked unless you have full access to the complete state.

About

Run Ethereum blocks using EthereumJS-VM on an external computer, connecting to a trusted node

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published