Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 2.63 KB

File metadata and controls

58 lines (38 loc) · 2.63 KB

OpenGradient Explorer

Blockchain explorer frontend for the OpenGradient Network - the network for open intelligence

explorer.opengradient.ai

About OpenGradient

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.

Running and Configuring the Explorer

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

Alternatively, you can build your own docker image. Please follow this guide.

Contributing

We welcome contributions! Please see the Contribution guide for pull request protocol and follow our code of conduct when submitting code or comments.

Resources

OpenGradient

Explorer Configuration

Attribution

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.

License

License: GPL v3.0

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