Skip to content

nascentxyz/pyro-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published