ETeissonniere / substrate-nodeops

Making Substrate node management easy via self building docker images and easy infrastructure management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Substrate Node OPs

✨ 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.

Grafana Dashboard

Contributing

How to add your own substrate node

If you are running a substrate based chain and would your node to be included in our build suite follow these steps:

  1. Fork this repo
  2. Edit ./.github/workflows/substrate.yml to include the details of your project
  3. Create a pull request, if it is accepted we will create the repo on our docker hub account
  4. Profit!

About

Making Substrate node management easy via self building docker images and easy infrastructure management


Languages

Language:Dockerfile 55.2%Language:Shell 44.8%