Skip to content

retzger/ethereum-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-scripts

Common useful JavaScript snippets for geth

This is a collection of common useful scripts that are handy when you do any kind of developemt on the Ethereum Virtual Machine aka EVM. Inspired by this SE question

Usage

Load into HTML page Include the build/geth.min.js in your html HEAD and start using these fucntions in browser console and/or custom script.

Load into geth console loadScript('YOURPATH/build/geth.min.js'); and use it.

Documentation

Detailed documentation is here.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%