Explorer
Block Explorer for Antlia
- 1.Clone the Antlia explorer github repo.
https://github.com/antlia-io/Antlia-Explorer
- 2.Copy
default_settings.json
tosettings.json
. - 3.Update
- 4.Update the RPC URL.
- 5.Update the LCD URL.
- 6.Update Bech32 address prefixes.
- 7.Update genesis file location.
meteor npm install
meteor update
meteor --settings settings.json
./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.
Last modified 2yr ago