Explorer
Block Explorer for Antlia
How to run The Antlia Explorer
Clone the Antlia explorer github repo.
https://github.com/antlia-io/Antlia-Explorer
Copy
default_settings.json
tosettings.json
.Update
Update the RPC URL.
Update the LCD URL.
Update Bech32 address prefixes.
Update genesis file location.
Run in local
Run in production
It will create a packaged Node JS tarball at ../output
. Deploy that packaged Node JS project with process manager like forever or Phusion Passenger.
Last updated