https://github.com/blockscout/frontend
Front-end application for Blockscout
https://github.com/blockscout/frontend
blockchain ethereum explorer
Last synced: 24 days ago
JSON representation
Front-end application for Blockscout
- Host: GitHub
- URL: https://github.com/blockscout/frontend
- Owner: blockscout
- License: gpl-3.0
- Created: 2022-05-31T17:52:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T18:34:54.000Z (25 days ago)
- Last Synced: 2025-05-15T04:03:16.773Z (24 days ago)
- Topics: blockchain, ethereum, explorer
- Language: TypeScript
- Homepage: https://blockscout.com
- Size: 422 MB
- Stars: 229
- Watchers: 10
- Forks: 572
- Open Issues: 107
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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](https://github.com/blockscout/frontend/pkgs/container/frontend) and its recent [releases](https://github.com/blockscout/frontend/releases).
You can configure your app by passing necessary environment variables when starting the container. See full list of ENVs and their description [here](./docs/ENVS.md).
```sh
docker run -p 3000:3000 --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](./docs/CUSTOM_BUILD.md).
For more information on migrating from the previous frontend, please see the [frontend migration docs](https://docs.blockscout.com/for-developers/frontend-migration).
## Contributing
See our [Contribution guide](./docs/CONTRIBUTING.md) for pull request protocol. We expect contributors to follow our [code of conduct](./CODE_OF_CONDUCT.md) when submitting code or comments.
## Resources
- [App ENVs list](./docs/ENVS.md)
- [Contribution guide](./docs/CONTRIBUTING.md)
- [Making a custom build](./docs/CUSTOM_BUILD.md)
- [Frontend migration guide](https://docs.blockscout.com/for-developers/frontend-migration)
- [Manual deployment guide with backend and microservices](https://docs.blockscout.com/for-developers/deployment/manual-deployment-guide)## License
[](https://www.gnu.org/licenses/gpl-3.0)
This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details.