-
Notifications
You must be signed in to change notification settings - Fork 25
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
Nadai2010
merged 9 commits into
Scaffold-Stark:main
from
Benjtalkshow:access-block-explorer
Oct 8, 2024
Merged
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
6848386
Implement access block explorer doc page
Benjtalkshow 4643eea
pull from main
Benjtalkshow d27d53c
add direct list of block explorers
Benjtalkshow c9f46e9
fix
Benjtalkshow b53b2cf
fix
Benjtalkshow f84d70c
remove .DS_Store
Benjtalkshow ee24873
remove .DS_Store
Benjtalkshow ad838aa
remove .DS_Store
Benjtalkshow e51c2fe
remove DS_Store
Benjtalkshow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No commit this file |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No commit this file