Home

Awesome

smart-view

Visualize and explore your solidity smart contracts.

Build

Before anything install:

Now clone the repo and run :

$ lein uberjar

You should find smart-view.jar file under target folder now.

Run

$ java -jar ./target/smart-view.jar full-path-to-solidity-files-folder

Now open http://localhost:3001

How does it looks?

The simplest view shows just contracts hierarchy.

<img src="/docs/contracts-map-empty.png?raw=true"/>

You can use the controls on the left to enable vars, functions and events.

<img src="/docs/contracts-map-menu.png?raw=true"/>

Red items means private while green ones means public.

<img src="/docs/contracts-map-all.png?raw=true"/>

How does it works?

Roadmap

Since you end up with a database inside the browser full of facts about your smart contracts, lots of querys and visualizations can be derived.