Skip to main content

Questions tagged [explorer]

The tag has no usage guidance.

3 votes
0 answers
49 views

Explorer compatibility with blockchain node version v1.0.0

The issue I ran in is finding an explorer version, which is compatible with substrate version v1.0.0. I found that version of explorer below v0.133.1 (https://github.com/polkadot-js/apps/releases/tag/...
Raid Ateir's user avatar
0 votes
1 answer
45 views

How can we read the smart contracts deployed on the relay chain parachain

Is there a similar feature to etherscan where codes are human readable? Or solcscan where contracts are in bytecodes? I can't seem to find any explorer.
anonauditor's user avatar
2 votes
1 answer
210 views

Explorer for Substrate-based EVM chains

I've built an EVM-compatible blockchain using Substrate and connected it with Metamask and PolkadotJs explorer. But I want a more user-friendly explorer that users with a non-technical background can ...
Discardo's user avatar
  • 436
-1 votes
1 answer
139 views

Can't Connect to Chain through websocket

My Polkadot-JS explorer UI does not load when i connect to the local chain and gives a websocket error. API-WS: disconnected from ws://127.0.0.1:9944: 1006:: Abnormal Closure It just started this ...
Woodfish's user avatar
  • 121
0 votes
1 answer
93 views

Can't access substrate node explorer

I expose RPC from the second node with command: ./target/release/node-template \ --base-path /tmp/node02 \ --chain ./customSpecRaw.json \ --listen-addr /ip4/0.0.0.0/tcp/30333 \ --ws-port 9946 ...
Hưng Lê's user avatar
1 vote
1 answer
163 views

Substrate Blockchain Explorers

What are the blockchain explorers compatible with substrate based blockchains? I am aware of polkatdotjs and subscan. Is there any other solutions?
katapulte's user avatar
  • 171