Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access block explorer #30

Merged
merged 9 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/quick-start/accessing-block-explorers.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
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.


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

### 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.
<img src="/img/block-explorer-button.png" alt="block-explorer-button" style={{ width: '50%', height: 'auto' }} />

3. Select the desired block explorer from the list.
<img src="/img/block-explorer-popup.png" alt="block-explorer-popup" style={{ width: '50%', height: 'auto' }} />
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.
Binary file added static/.DS_Store
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No commit this file

Binary file not shown.
Binary file added static/img/.DS_Store
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No commit this file

Binary file not shown.
Binary file added static/img/block-explorer-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/block-explorer-popup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading