Insight is a serverless VeChain explorer. It allows you to explore and search for blocks, transactions and accounts.
- Main net -
https://insight.vecha.in/#/main/txs/{txid}
- Test net -
https://insight.vecha.in/#/test/txs/{txid}
yarn
yarn serve
yarn build
docker build -t insight-app .
docker run -dp 127.0.0.1:8080:80 insight-app
or with docker compose
docker compose up -d --build
Everyone is always welcome to contribute on the codebase.