Client-side application for the JSON-RPC Viewer.
index.html - Main HTML templatestyle.css - Custom CSS styles and responsive designapp.js - Application entry point and initializationThe frontend uses ES6 modules and imports shared components from /shared/. All JavaScript is vanilla ES6+ with no build step required.