1.0.5 • Published 11 months ago

solprobe v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Solprobe

A little program that investigates Solidity smart contracts and returns userful information about them.

Installation

  • npm install solprobe

Usage

  • List all functions accessible to privileged roles (detected via the use of function modifiers):

    npx solprobe actors PATH/TO/CONTRACTS/DIRECTORY

  • List all contracts and their functions (shows function name, visibility, and modifiers):

    npx solprobe contracts PATH/TO/CONTRACTS/DIRECTORY

Features/changes to implement

  1. Add human-readable output format
1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago