Home
Linked In
Facebook
Twitter
Search…
Welcome
Antlia Litepaper
FAQs
Developer Documentation
Introduction
Installation
Configuring Dockerbase
Antlia Node
AntliaDaemon
Faucet
Explorer
JoinTestNet
Change Default Moniker logo
Ledger Nano Integration
Tendermint/Antlia Apps for Ledger Nano S
Powered By
GitBook
Explorer
Block Explorer for Antlia
How to run The Antlia Explorer
1.
Clone the Antlia explorer github repo.
https://github.com/antlia-io/Antlia-Explorer
2.
Copy
default_settings.json
to
settings.json
.
3.
Update
chain-id.
4.
Update the RPC URL.
5.
Update the LCD URL.
6.
Update Bech32 address prefixes.
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
.
Developer Documentation - Previous
Faucet
Next - Developer Documentation
JoinTestNet
Last modified
1yr ago
Copy link
Outline
How to run The Antlia Explorer
Run in local
Run in production