Skip to content

Commit

Permalink
Update Config README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 authored Oct 19, 2023
1 parent ffcbeda commit 39b4702
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 39b4702

Please sign in to comment.