Blockchain explorer frontend for the OpenGradient Network - the network for open intelligence
OpenGradient is the network for open intelligence - a decentralized AI platform that enables developers to host, execute, and verify AI models at scale. The OpenGradient Network provides:
- Verifiable AI Execution: All inference runs within Trusted Execution Environments (TEEs) with cryptographic attestation
- Decentralized Infrastructure: Permissionless network of compute nodes for AI model hosting and execution
- Multi-chain Settlement: Native support for payment settlement across multiple chains including OpenGradient and Base
- On-chain ML: ZKML-verified on-chain inference for smart contract integration (coming soon)
Learn more at opengradient.ai and explore the network at explorer.opengradient.ai.
The explorer is distributed as a docker image. Configure your instance by passing the necessary environment variables when starting the container. See the full list of ENVs and their descriptions 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. Please follow this guide.
We welcome contributions! Please see the Contribution guide for pull request protocol and follow our code of conduct when submitting code or comments.
This explorer is built on Blockscout, an open-source blockchain explorer. We're grateful to the Blockscout team for their excellent work on the core explorer infrastructure.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.