Time to read: 1 min
完全なドキュメント索引については llms.txt
Rootstock Explorer
The Rootstock Explorer is the block explorer for Rootstock mainnet and testnet. Use these guides to search the chain, read transactions, add networks and tokens to MetaMask, submit a dApp, and verify contract source.
Guides
| Guide | Path | Description |
|---|---|---|
| Navigating the Rootstock Explorer | /dev-tools/explorers/rootstock-explorer/intro-to-explorer/ | Search, switch networks, view blocks and transactions, tokens, addresses, dApps, and statistics. |
| How to Read a Transaction | /dev-tools/explorers/rootstock-explorer/understanding-transactions/ | Find a transaction and interpret the main fields on a transaction page. |
| Add a Token to MetaMask | /dev-tools/explorers/rootstock-explorer/add-token-to-metamask/ | Import ERC-20 tokens from a token page using the MetaMask icon. |
| Use the Advanced Transactions Filter | /dev-tools/explorers/rootstock-explorer/advanced-transactions-filter/ | Filter the transaction list by type, status, block, date, from and to addresses, and AND/OR address logic. |
| Add the Rootstock Network to MetaMask | /dev-tools/explorers/rootstock-explorer/add-rootstock-network-to-metamask/ | Add Rootstock mainnet or testnet from the explorer with RPC URL, chain ID, and symbol prefilled. |
| Submit a dApp to the Rootstock Explorer | /dev-tools/explorers/rootstock-explorer/submit-your-dapps/ | Add your dApp to the explorer so others can discover it. |
| Verify a smart contract | /developers/smart-contracts/verify-smart-contracts/rootstock-explorer/ | Verify and publish contract source so users can read and interact with it. |
explorer
Navigating the Rootstock Explorer
Navigate the explorer: search, switch networks, view blocks and transactions, tokens, addresses, dApps, and statistics.
Navigate Explorerexplorer
How to Read a Transaction in the Rootstock Explorer
Learn what a Rootstock transaction is, how to find it in the explorer, and how to interpret the main fields on a transaction page.
Understanding TransactionsMetaMask
Add a Token to MetaMask
Import ERC-20 tokens into MetaMask from a token page by clicking the MetaMask icon so the explorer sends the token’s contract address, symbol, and decimals.
Add Token to MetaMaskexplorer
Use the Advanced Transactions Filter
Filter the transaction list by type, status, block, date, from and to addresses, and AND/OR address logic.
Advanced Transactions FilterMetaMask
Add the Rootstock Network to MetaMask
Add Rootstock mainnet or testnet to MetaMask from the explorer with Add Rootstock to MetaMask so RPC URL, chain ID, and symbol are prefilled.
Add Rootstock NetworkdApps
Submit a dApp to the Rootstock Explorer
Add your dApp to the explorer so others can discover it. Covers the submission flow and required info.
Submit dAppsexplorer
Verify a smart contract on the Rootstock Explorer
Verify and publish contract source code on the explorer so users can read and interact with it.
View Guide