Vectorbits-tools-CallGraph is a browser-based Solidity call graph explorer. It parses Solidity source code in the client, renders function-level call relationships, and provides an inspector for quick navigation, filtering, and notes.
- Local parsing and visualization of Solidity function call graphs
- Ctrl/Cmd + click on a node to jump to source
- Auto-sync from editor to graph with change highlights
- Search and focus nodes from the canvas
- Right-side inspector for incoming/outgoing calls and notes
- Shareable read/edit links
npm install --cache ./node_modules/.cache/npmnpm run devnpm run buildnpm run lint- Paste or edit Solidity code in the left workspace.
- Click Sync to Graph or enable Auto Sync.
- Use the search bar to jump between functions.
- Select a node to view incoming/outgoing edges in the inspector.
- Add notes for audit context and share via read/edit links.
- Parsing and storage are local to the browser.
- Very large contracts may increase CPU and memory usage on the client.
0x46f0e8980761c60f549a488f12a9910163e2a6e9