Ivy Mike

TLDR

make nodeparty
#   will execute the following:
#   docker-compose -f "docker/docker-compose.yml" build --parallel && \
#   docker-compose -f "docker/docker-compose.yml" up -d

Blockchain Nodes

This repo contains a collection of blockchain nodes built using Docker and Kubernetes.

The default configurations are aimed at providing api/rpc connections and are deployable ‘out-of-the-box’. Configuration parameters are set at runtime via ENV thus allowing

Additional information and configuration options for each node can be found in the respective subdirectory

Notes

Contributing

Best efforts are made to keep these nodes up-to-date but if you notice any outdated version or other issues please open an issue or make a PR.

PRs Welcome