Links
Comment on page

Explorer

Block Explorer for Antlia

How to run The Antlia Explorer

  1. 1.
    Clone the Antlia explorer github repo. https://github.com/antlia-io/Antlia-Explorer
  2. 2.
    Copy default_settings.json to settings.json.
  3. 3.
    Update chain-id.
  4. 4.
    Update the RPC URL.
  5. 5.
    Update the LCD URL.
  6. 6.
    Update Bech32 address prefixes.
  7. 7.
    Update genesis file location.

Run in local

meteor npm install
meteor update
meteor --settings settings.json

Run in production

./build.sh
It will create a packaged Node JS tarball at ../output. Deploy that packaged Node JS project with process manager like forever or Phusion Passenger.