Frontend Vue.js application for displaying Avalanche network activity and blockchains data from the Ortelius indexer and Avalanche-Go client.
- Node v12.14
yarn install
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.
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:
- Data indexing backend Ortelius.
- Avalanche clients via Avalanche-Go or Avash.
The file /src/known_addresses.ts
is a dictionary that maps an address to a name. This can be customized freely.