RPC Network Inspector
About
The RPC Network Inspector is a React Devtools extension optimized for RPC network requests
Installation
npm install
npm run build
- Visit
chrome://extensions/
, turn on Developer Mode, click the "Load Unpacked" button, and select the folder where you installed this repo
Developing
- Run all steps in
Installation
above - After making a change, run
npm run build
and re-load Chrome Dev Tools.