Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1017 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 1017 Bytes

Control Flow Graph Remix Plugin

CircleCI Coverage Status

drawing

Features

  • Interactive control flow graph

  • Solidity support

  • Control flow graph generation from bytecode

  • Control flow graph generation and execution trace highlighted (WIP)

  • Source mapping highlight (limited to 1 single Remix contract file) (WIP)

  • EVM state exploration in debug mode (storage viewer, memory viewer, stack viewer)

Install

git clone [email protected]:solid-studio/remix-control-flow-graph.git

npm install 

npm start

Commands

npm start

npm test