Skip to content

OpenGradient/block-explorer-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5,726 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGradient Network 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.

About

OpenGradient Block Explorer Frontend

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.7%
  • JavaScript 2.6%
  • Shell 0.4%
  • Go Template 0.2%
  • Dockerfile 0.1%
  • HTML 0.0%