✨ This repo contains everything you need to deploy and manage substrate based nodes! ✨
So far, we have:
- a suite of docker containers being built everyday and pushed to the docker hub
- self configuring images for both prometheus and grafana
- a built in grafana dashboard to monitor your nodes
- templates to deploy on your own cloud provider through moncc
If you'd like to see how you can use this project to deploy your own nodes please check our recent medium post.
If you are running a substrate based chain and would your node to be included in our build suite follow these steps:
- Fork this repo
- Edit
./.github/workflows/substrate.yml
to include the details of your project - Create a pull request, if it is accepted we will create the repo on our docker hub account
- Profit!