-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |