A modern, real-time explorer for the Avalanche network that provides detailed insights into network activity, transactions, and cross-chain operations.
- Real-time network statistics
- Latest blocks and transactions
- Cross-chain activity monitoring
- Community proposals tracking
- Network health indicators
- Mobile-responsive design
- Frontend: Next.js 13+, TailwindCSS, TypeScript
- Backend: Node.js, Express, ethers.js
- Network: Avalanche RPC, Snowtrace API
- Clone the repository:
git clone https://github.com/juschief/snowprint.git
- Navigate to the project directory:
cd snowprint
- Install dependencies:
yarn
- 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
- Start development server:
yarn dev
- Create a production build:
yarn build
- Preview the production build:
yarn start
For help or feedback, please visit our support site