This GitHub repository is a collection of DeWeb providers that can be used by people and tools to allow users to access websites stored on the Massa Blockchain. For more information about DeWeb, please visit the Massa DeWeb Documentation.
To add your DeWeb provider to this repository, please follow these steps:
- Create a new YAML file in the
providers
directory. - Name the file to match your provider's name.
- Ensure the file follows the format specified in
schema.yaml
. - Submit a pull request with your new file.
- The pull request will be tested by the CI pipeline to ensure it is valid.
- If your pull request is valid, it will be reviewed by the Massa team and merged.
Here is an example of a provider file:
title: Example Provider
url: https://example.com
desc: An example provider for the Massa DeWeb project.
network: mainnet
owner: Example Company
contact:
email: [email protected]
telegram: example
You can also take example on the existing providers in the providers
directory.
Developers can access the full list of providers using the raw file available at the following URL:
https://github.com/massalabs/Deweb-Providers/raw/refs/heads/main/providers.yaml