Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 645 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 645 Bytes

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.