Overview
Services are additional infrastructure that runs alongside your blockchain nodes. They’re defined underservices: in dokrypt.yaml and started automatically with dokrypt up.
Supported Service Types
IPFS
http://localhost:5001 and the gateway at http://localhost:8080.
Upload files via the API:
Block Explorers
Blockscout
Full-featured block explorer with transaction tracing, token tracking, and API.http://localhost:4000.
Otterscan
Lightweight, fast block explorer.Indexers
The Graph (Subgraph)
Run a local Graph Node for indexing blockchain data with subgraphs.Ponder
Modern indexing framework.Oracles
Chainlink Mock
Simulated Chainlink price feeds with configurable prices and volatility.Pyth Mock
Simulated Pyth oracle feeds.Monitoring
Grafana
Pre-configured dashboards for chain metrics.http://localhost:3000 (default credentials: admin/admin).
Prometheus
Metrics collection for chain and service monitoring.Faucet
Web-based test token faucet.Mock Bridge
Cross-chain bridge simulator for multi-chain setups.Custom Services
Run any Docker image as a service:Custom Build
Build from a local Dockerfile:Dependencies
Usedepends_on to control startup order: