Skip to content

degnfi/avalanche-explorer

 
 

Repository files navigation

Avalanche Explorer

Frontend Vue.js application for displaying Avalanche network activity and blockchains data from the Ortelius indexer and Avalanche-Go client.

Prerequisites

  • Node v12.14

Installation

  1. yarn install

Development

  1. yarn serve - project runs with hot reloading

When you go to the app on your browser, you might get a warning saying "Site is not secure." This is because we are signing our own SSL Certificates. Please ignore and continue to the website.

Configuration

See .env.example. By default, the Avalanche Explorer interfaces with the Everest test network.

To connect to a local network, install and run instances of:

Known Addresses

The file /src/known_addresses.ts is a dictionary that maps an address to a name. This can be customized freely.

About

The Vue frontend for the Avalanche blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 82.4%
  • TypeScript 16.2%
  • Other 1.4%