Designed and developed from the ground-up, using lean & fast developmental frameworks (Tailwind CSS & Vue.JS).
You can access it at https://explorer.ark.io/.
git clone https://github.com/ArkEcosystem/ark-explorer
yarn install
yarn build:mainnet
yarn build:devnet
yarn build --network my-custom-network
If you are going to host your explorer instance on GitHub Pages you will need to specify your base url in most cases as GitHub Pages serves repositories from sub-directories instead of sub-domains.
yarn build --base https://username.github.io/repository/
A running instance of the explorer on GitHub Pages can be found at https://arkecosystem.github.io/.
This step is not required if you are hosting the explorer on your "root" repository which is usually your username https://username.github.io/.
If you wish to remove the /#/
from your URLs you can follow those steps https://router.vuejs.org/en/essentials/history-mode.html.
Keep in mind that this requires you to run your own server and a running instance of nginx.
yarn dev # or yarn dev:mainnet
yarn dev:devnet
EXP_NETWORK=custom yarn dev
EXP_ROUTER=history yarn dev
$ yarn test
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.