diff --git a/docs/quick-start/accessing-block-explorers.mdx b/docs/quick-start/accessing-block-explorers.mdx index 23940b7..c97e086 100644 --- a/docs/quick-start/accessing-block-explorers.mdx +++ b/docs/quick-start/accessing-block-explorers.mdx @@ -1,34 +1,38 @@ ---- -sidebar_position: 4 -description: How to access block explorers in Scaffold-Stark ---- - # Access Block Explorers in Scaffold-Stark -Our framework now allows users to access block explorers seamlessly. This feature is designed to simplify blockchain data tracking by integrating with popular Starknet block explorers. - +Our framework allows users to access Starknet block explorers seamlessly, offering an intuitive way to track and explore blockchain data. This feature is designed to integrate with popular Starknet block explorers, simplifying blockchain analysis for developers and users alike. -### What do Starknet block explorers do? +### What do Starknet Block Explorers Do? -Our block explorer is a tool that allows users to track and explore blockchain data on the Starknet network. It provides a user-friendly interface to access and visualize blockchain data, making it easier to monitor and analyze transactions, smart contracts, and other on-chain activities. +Starknet block explorers provide users with an interface to access, track, and visualize blockchain data on the Starknet network. Whether monitoring transactions, inspecting smart contracts, or analyzing block-level data, these tools make it easy to interact with on-chain activities. ### Features: | Feature | Description | |-------------------------------|----------------------------------------------------------------------------------------------------------------------------------| -| **Transaction Tracking** | View and track transactions on the Starknet network, including transaction hashes, sender and recipient addresses, and amounts. | -| **Smart Contract Inspection** | Inspect and analyze smart contracts deployed on Starknet, including their code, balances, and transaction history. | -| **Viewing Block Data** | Access block-level data, including block numbers, timestamps, and transaction counts. | -| **Address Lookup** | Look up specific addresses to view their transaction history, balance, and other relevant information. | -## How to Access Starknet Block Explorer: - -1. Access the [Scaffold-Stark web-app](https://scaffold-stark-demo.vercel.app/) and navigate to the "Block Explorer" button at the bottom left of the page. -2. Click on the "Block Explorer" button to open a popup with a list of available block explorers. -block-explorer-button - -3. Select the desired block explorer from the list. -block-explorer-popup -4. You will be redirected to the selected block explorer, where you can search for transactions, smart contracts, or addresses using the search bar. -5. Use the various tabs and filters to navigate and analyze the blockchain data. - -By following these steps, you can easily access and utilize Starknet block explorers to track and explore blockchain data on the Starknet network. \ No newline at end of file +| **Transaction Tracking** | View and track transactions, including hashes, sender/recipient addresses, and amounts. | +| **Smart Contract Inspection** | Analyze smart contracts, their code, balances, and transaction history. | +| **Block Data Access** | Retrieve block-level information like block numbers, timestamps, and transaction counts. | +| **Address Lookup** | Look up specific addresses to view transaction history, balances, and other on-chain details. | + +## How to Access Starknet Block Explorers: + +1. Navigate to the [Scaffold-Stark web app](https://scaffold-stark-demo.vercel.app/) and locate the "Block Explorer" button at the bottom left of the page. + + block-explorer-button +2. Click the "Block Explorer" button to open a list of available block explorers. + + block-explorer-popup + +3. Select your preferred block explorer from the list below: + - [Starkscan](https://starkscan.co) + - [Voyager](https://voyager.online) + - [StarkCompass](https://starkcompass.com/) + +4. Based on the chain set in the `Scaffold.config` file, the respective explorers for Sepolia or Mainnet will be provided. +5. You'll be redirected to the chosen block explorer, where you can search for transactions, smart contracts, or addresses using the search bar. +6. Utilize the tabs and filters to further explore and analyze blockchain data. + +For a comprehensive list of all available Starknet explorers, check out [Block explorers](https://docs.starknet.io/documentation/tools/ref_block_explorers/). + +By following these steps, you can seamlessly access Starknet block explorers to track and explore blockchain data on Sepolia or Mainnet, depending on the current configuration.