From 39b47020586eb81a17677f6fc9d3e01f080a5a35 Mon Sep 17 00:00:00 2001 From: Maxime Beauchamp <15185355+baktun14@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:13:42 -0400 Subject: [PATCH] Update Config README.md --- config/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/README.md b/config/README.md index 533dadbf7..a8ae829e0 100644 --- a/config/README.md +++ b/config/README.md @@ -1,2 +1,18 @@ # Cloudmos Config +This project consists of essential config files for Cloudmos. + +Here's a short description of the purpose of each files. + +- [Auditors](https://github.com/akash-network/cloudmos/blob/main/config/auditors.json) + - The list of provider auditors that are listed on Cloudmos. +- [Mainnet Nodes](https://github.com/akash-network/cloudmos/blob/main/config/mainnet-nodes.json) + - The list of api/rpc nodes for the Mainnet. +- [Testnet Nodes](https://github.com/akash-network/cloudmos/blob/main/config/testnet-nodes.json) + - The list of api/rpc nodes for the Testnet. +- [Sandbox Nodes](https://github.com/akash-network/cloudmos/blob/main/config/sandbox-nodes.json) + - The list of api/rpc nodes for the Sandbox. +- [Provider Attributes Doc](https://github.com/akash-network/cloudmos/blob/main/config/provider-attributes.md) + - The documentation of the provider attribute schema, which is a reflection of the json file below. +- [Provider Attributes Json Schema](https://github.com/akash-network/cloudmos/blob/main/config/provider-attributes.json) + - The provider attribute schema for providers to implement. It is also used throughout Cloudmos and mainly to render the provider edit form.