Skip to content

blockscout/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6626275 · Oct 29, 2024
Jan 29, 2024
Sep 25, 2024
Mar 31, 2023
Sep 6, 2024
Oct 25, 2024
Oct 29, 2024
Oct 25, 2024
Oct 22, 2024
Aug 12, 2024
Oct 22, 2024
Oct 22, 2024
Oct 22, 2024
Oct 25, 2024
Sep 25, 2024
Oct 29, 2024
Oct 22, 2024
Oct 22, 2024
Oct 29, 2024
Oct 22, 2024
Oct 22, 2024
Jul 26, 2023
Oct 25, 2024
Oct 25, 2024
Jun 28, 2024
Oct 11, 2022
Jul 12, 2024
Sep 25, 2024
Jul 26, 2023
Oct 29, 2024
Apr 11, 2023
Dec 15, 2023
Sep 26, 2024
Oct 26, 2022
Mar 25, 2024
May 20, 2024
Nov 14, 2023
Jun 13, 2023
May 7, 2024
Sep 11, 2024
Jun 21, 2024
Sep 27, 2024
Sep 25, 2024
Apr 4, 2024
Feb 24, 2023
Dec 21, 2023
Jun 13, 2023
Oct 25, 2024
Sep 27, 2024

Repository files navigation

Blockscout frontend

Frontend application for Blockscout blockchain explorer

Running and configuring the app

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:latest

Alternatively, 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.

Contributing

See our Contribution guide for pull request protocol. We expect contributors to follow our code of conduct when submitting code or comments.

Resources

License

License: GPL v3.0

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.