Skip to content

juschief/snowprint

Repository files navigation

Snowprint - Avalanche Network Explorer

A modern, real-time explorer for the Avalanche network that provides detailed insights into network activity, transactions, and cross-chain operations.

Features

  • Real-time network statistics
  • Latest blocks and transactions
  • Cross-chain activity monitoring
  • Community proposals tracking
  • Network health indicators
  • Mobile-responsive design

Tech Stack

  • Frontend: Next.js 13+, TailwindCSS, TypeScript
  • Backend: Node.js, Express, ethers.js
  • Network: Avalanche RPC, Snowtrace API

Getting Started

  1. Clone the repository:
git clone https://github.com/juschief/snowprint.git
  1. Navigate to the project directory:
cd snowprint
  1. Install dependencies:
yarn
  1. Set up environment variables:
# Network Configuration
NEXT_PUBLIC_NETWORK=testnet  # or mainnet
NEXT_PUBLIC_AVALANCHE_RPC_TESTNET=https://api.avax-test.network/ext/bc/C/rpc
NEXT_PUBLIC_AVALANCHE_RPC_MAINNET=https://api.avax.network/ext/bc/C/rpc

# Bridge Configuration
NEXT_PUBLIC_BRIDGE_ADDRESS_TESTNET=0x...  # Testnet bridge address
NEXT_PUBLIC_BRIDGE_ADDRESS_MAINNET=0x...  # Mainnet bridge address

# Explorer Configuration
NEXT_PUBLIC_EXPLORER_TESTNET=https://testnet.snowtrace.io
NEXT_PUBLIC_EXPLORER_MAINNET=https://snowtrace.io
  1. Start development server:
yarn dev
  1. Create a production build:
yarn build
  1. Preview the production build:
yarn start

Resources

Need help?

For help or feedback, please visit our support site

About

Snowprint Avax Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published