An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


GHBanner

# 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.