block-inspector

0.0.11 • Public • Published

Block Inspector

-- Work in progress --

A command line tool for:

  • Inspecting all transactions to your Ethereum smart contract
  • Disassembling the method names and parameters In real time..

Overview

Installation

  • NodeJS > v6.10

Global installation

npm install -g block-inspector
block-inspector --abiPath contract.abi --address 0x123..

Development

 
# At the first time 
npm install
 
npm run test
npm run start
 
# Debugging with Visual Studio Code: Press F5.  

Deplyoment

npm run test
npm run build
npm version patch
npm publish

Notes

Package Sidebar

Install

npm i block-inspector

Weekly Downloads

1

Version

0.0.11

License

MIT

Last publish

Collaborators

  • kabl