-
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 all 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
node_modules | ||
.docusaurus | ||
build | ||
.idea | ||
.idea |
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,38 @@ | ||
# Access Block Explorers in Scaffold-Stark | ||
|
||
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? | ||
|
||
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, 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. | ||
|
||
<img src="/img/block-explorer-button.png" alt="block-explorer-button" style={{ width: '50%', height: 'auto' }} /> | ||
2. Click the "Block Explorer" button to open a list of available block explorers. | ||
|
||
<img src="/img/block-explorer-popup.png" alt="block-explorer-popup" style={{ width: '50%', height: 'auto' }} /> | ||
|
||
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. |
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.
Remove .gitginore