0.0.11 • Published 7 years ago

block-inspector v0.0.11

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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