aleph-im / aleph-explorer

Simple explorer for the Aleph.im network
4 stars 2 forks source link

Aleph Explorer

This repository contains the code of explorer.aleph.im.

The explorer allows you to easily watch the state of the Aleph Network, by fetching incoming and past messages in realtime.

Run the code locally

  1. Clone the repository
  2. Install the dependencies using
    yarn
  3. Run the project (using hot-reload)
    yarn serve