项目作者: niksmac

项目描述 :
Common useful JavaScript snippets for geth
高级语言: JavaScript
项目地址: git://github.com/niksmac/ethereum-scripts.git
创建时间: 2016-07-14T01:14:23Z
项目社区:https://github.com/niksmac/ethereum-scripts

开源协议:Apache License 2.0

下载


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
.