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

Update snowtrace.mdx #1889

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all 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
10 changes: 7 additions & 3 deletions content/integrations/snowtrace.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: SnowTrace
category: Block Explorers
available: ["C-Chain"]
available: ["C-Chain", "DFK", "Dexalot", "UPTN", "Lamina1", "Shrapnel", "XANA-CHAIN", "Playdapp", "Meld", "Beam", "PLAYA3ULL Games", "DOS", "Numbers", "StraitsX"]
Copy link
Contributor

Choose a reason for hiding this comment

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

For now lets just put

available: ["C-Chain", "All EVM L1s"]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

same here: but these are not EVM L1s, that's the list of avalanche subnets

Copy link
Contributor Author

Choose a reason for hiding this comment

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

we can use: Avalanche EVM L1s

description: SnowTrace is a block explorer for the Avalanche network, providing real-time data on transactions, blocks, validators, and more.
logo: /images/snowtrace.jpg
developer: Routescan
developer: https://routescan.io/
website: https://snowtrace.io/
documentation: https://snowtrace.io/documentation
---

## Overview

SnowTrace is a powerful block explorer for the Avalanche network, developed by Ava Labs. It provides users with detailed, real-time data on transactions, blocks, validators, and other essential blockchain metrics. SnowTrace is designed to be user-friendly while offering robust features for developers, validators, and anyone interested in tracking Avalanche network activities.
SnowTrace is a powerful block explorer for the Avalanche network, developed by the Routescan team. It provides users with detailed, real-time data on transactions, blocks, validators, and other essential blockchain metrics. SnowTrace is designed to be user-friendly while offering robust features for developers, validators, and anyone interested in tracking Avalanche network activities.

## Features

Expand All @@ -20,6 +20,8 @@ SnowTrace is a powerful block explorer for the Avalanche network, developed by A
- **Validator Insights**: Get detailed information on validator performance, including staking details and historical data.
- **Network Overview**: View a holistic overview of the Avalanche network, including key metrics and network status.
- **User-Friendly Interface**: Navigate through blockchain data with a clean, intuitive interface suitable for both beginners and advanced users.
- **Enhanced Charts**: Developers can create, customise and share charts to monitor specific metrics and activities on the network.
- **Dumps and Data Export**: SnowTrace offers complete exports of blockchain data, including all transactions, contracts, and other details associated with the Avalanche network.
- **API Access**: Integrate SnowTrace data into applications via its API, providing developers with reliable access to blockchain data.

## Getting Started
Expand All @@ -30,6 +32,8 @@ To start using SnowTrace:
2. **Search and Explore**: Use the search functionality to find specific transactions, addresses, or blocks, and explore detailed blockchain data.
3. **Validator Data**: Dive into validator statistics to analyze performance and staking information.
4. **Check Network Status**: Monitor the overall health and status of the Avalanche network with real-time metrics.
5. **Create a chart**: Create a new chart to describe and show blockchain data via [this page](https://snowtrace.io/chart?id=new)
6. **Export data**: Exporta data in bulks visiting the [dumps page](https://snowtrace.io/dumps) or the [export data page](https://snowtrace.io/exportdata)
Copy link
Contributor

Choose a reason for hiding this comment

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

Misspelling: "Exporta"

5. **API Documentation**: Refer to the [SnowTrace Documentation](https://snowtrace.io/documentation) for information on using the API, including endpoints and usage examples.

## Documentation
Expand Down