Plugin Details
Suggested Entry
{
"name": "@openscan/hardhat-plugin",
"author": "OpenScan",
"authorUrl": "https://github.com/openscan-explorer",
"description": "Hardhat 3 plugin that launches a local OpenScan block explorer and adds explorer links to transaction logs",
"tags": ["explorer", "localhost", "block-explorer"]
}
Context
OpenScan is an open-source, standalone multi-chain blockchain explorer. The Hardhat plugin automatically:
- Launches a local OpenScan Explorer webapp when starting the Hardhat node
- Opens the browser to the explorer interface
- Adds clickable OpenScan links to all transaction logs (tx hashes, addresses, blocks, contract deployments)
It integrates with Hardhat 3 via the newConnection and onRequest network hooks.
We'd love to have it listed in the community plugins page.
Plugin Details
@openscan/hardhat-pluginhttps://github.com/openscan-explorerexplorer,localhost,block-explorerSuggested Entry
{ "name": "@openscan/hardhat-plugin", "author": "OpenScan", "authorUrl": "https://github.com/openscan-explorer", "description": "Hardhat 3 plugin that launches a local OpenScan block explorer and adds explorer links to transaction logs", "tags": ["explorer", "localhost", "block-explorer"] }Context
OpenScan is an open-source, standalone multi-chain blockchain explorer. The Hardhat plugin automatically:
It integrates with Hardhat 3 via the
newConnectionandonRequestnetwork hooks.We'd love to have it listed in the community plugins page.