A collection of Docker images and Docker Compose configurations to run the key components of the Neurai ecosystem.
- Docker Engine ≥ 20.10
- Docker Compose ≥ 1.29
- (Optional) API keys or credentials as required by individual services
.
├── blockbook-docker-compose/ # Docker Compose for Blockbook + dependencies
├── blockbook/ # Standalone Blockbook Dockerfile
├── electrumx-node/ # Dockerfile for ElectrumX + integrated Neurai node
├── neurai-node/ # Dockerfile for standalone Neurai node
└── rpc-neurai/ # Dockerfile for Neurai node + RPC API service
Each directory contains a Dockerfile
(and, where appropriate, a docker-compose.yml
) plus a sample .env.example
for environment-variable configuration.
No license is specified in this repository. If you wish to apply an open-source license, add a LICENSE
file (e.g., MIT).