There are two components to the Pyrometer Site Debugger:
- server
- site
Run the server:
cd server
cargo run --release
Set up the site:
cd site
npm install
npm run build
Visit http://127.0.0.1:8545
Run pyrometer:
pyrometer <path/to/file.sol> --debug-site
Using the --debug-site
flag will make pyrometer post messages to the server, which the site will retrieve.