Frontend application for Blockscout blockchain explorer
This fork contains Via Network-specific frontend support. For fork-specific notes and local development instructions, see docs/vianetwork.md.
App is distributed as a docker image. Here you can find information about the package and its recent releases.
You can configure your app by passing necessary environment variables when starting the container. See full list of ENVs and their description here.
docker run -p 3000:3000 --env-file <path-to-your-env-file> ghcr.io/blockscout/frontend:latestAlternatively, you can build your own docker image and run your app from that. Please follow this guide.
For more information on migrating from the previous frontend, please see the frontend migration docs.
See our Contribution guide for pull request protocol. We expect contributors to follow our code of conduct when submitting code or comments.
- Via Network fork notes
- App ENVs list
- Contribution guide
- Making a custom build
- Frontend migration guide
- Manual deployment guide with backend and microservices
This project is licensed under the Blockscout Software Licence. See the LICENSE file for full terms.
Third-party components included in this repository remain subject to their own licenses. See dependency manifests and bundled third-party notices for component-level license terms.