Skip to content

security-alliance/blockscout-frontend

This branch is 2027 commits behind blockscout/frontend:main.

Folders and files

NameName
Last commit message
Last commit date
Jul 28, 2023
Aug 29, 2023
Mar 31, 2023
Aug 30, 2023
Sep 11, 2023
Sep 11, 2023
Sep 11, 2023
Aug 31, 2023
Aug 7, 2023
Sep 8, 2023
Sep 14, 2023
Aug 22, 2023
Sep 6, 2023
Aug 24, 2023
Sep 6, 2023
Sep 14, 2023
Aug 7, 2023
Sep 6, 2023
Sep 14, 2023
Sep 14, 2023
Jul 26, 2023
Aug 2, 2023
Aug 15, 2023
Aug 15, 2023
Oct 11, 2022
Aug 2, 2023
Feb 22, 2023
Jul 26, 2023
Sep 6, 2023
Apr 11, 2023
Aug 24, 2023
Oct 26, 2022
Jul 26, 2023
Jun 13, 2023
Aug 15, 2023
May 31, 2022
Aug 15, 2023
Sep 8, 2023
Jun 16, 2023
Feb 24, 2023
Sep 7, 2022
Jun 13, 2023
Jul 26, 2023
Sep 5, 2023

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 stating 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.

About

Front-end application for Blockscout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • Other 1.8%