Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockscout/frontend
Front-end application for Blockscout
https://github.com/blockscout/frontend
blockchain ethereum explorer
Last synced: 5 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:41:00.000Z (15 days ago)
- Last Synced: 2024-10-29T12:46:58.410Z (15 days ago)
- Topics: blockchain, ethereum, explorer
- Language: TypeScript
- Homepage: https://blockscout.com
- Size: 326 MB
- Stars: 164
- Watchers: 7
- Forks: 451
- Open Issues: 97
-
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
[![License: GPL v3.0](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](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.