https://github.com/rnbguy/solidity-contract-explorer
Postman like Solidity contract explorer
https://github.com/rnbguy/solidity-contract-explorer
Last synced: 7 days ago
JSON representation
Postman like Solidity contract explorer
- Host: GitHub
- URL: https://github.com/rnbguy/solidity-contract-explorer
- Owner: rnbguy
- Created: 2025-11-05T20:54:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-06T17:41:55.000Z (7 months ago)
- Last Synced: 2026-05-04T21:48:34.428Z (30 days ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethereum Contract Explorer
Interact with any Ethereum smart contract through a clean, Postman-style UI. Connect via your preferred RPC endpoint, load an ABI, inspect read/write functions, validate bytecode, and track transactions—all from the browser.
## Run Locally
**Prerequisites:** Node.js 18+
1. Install dependencies: `npm install`
2. Start the dev server: `npm run dev`
3. Open the URL shown in the terminal (default `http://localhost:5173`)
No API keys are required. Just provide an RPC endpoint (defaults to Cloudflare) and the contract address + ABI you want to inspect.