Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 487 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 487 Bytes

Pyrometer Site Debugger

There are two components to the Pyrometer Site Debugger:

  1. server
  2. site

Setting up

Server

Run the server:

cd server
cargo run --release

Site

Set up the site:

cd site
npm install
npm run build

Visit http://127.0.0.1:8545

Pyrometer

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.