Skip to content

Commit

Permalink
Add sections for registering websites and providers in registries doc…
Browse files Browse the repository at this point in the history
…umentation
  • Loading branch information
thomas-senechal committed Dec 9, 2024
1 parent d94c0a0 commit f208d36
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/deweb/getting-started/registries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,21 @@ Here is a list of websites that have been uploaded to the DeWeb:

<WebsiteTable />

### Register Your Website

You can register your website hosted on DeWeb by opening a pull request to the [DeWeb Websites Registry](https://github.com/massalabs/Deweb-Websites).
Your pull request must follow the guidelines outlined in the [repository's README file](https://github.com/massalabs/Deweb-Websites?tab=readme-ov-file#adding-a-website).

## Provider Registry

The provider registry enables the creation of customizable access points to on-chain content, helping individuals and
organizations securely distribute their data. Providers act as intermediaries, allowing end users to access on-chain content with ease,
without requiring direct interaction with smart contracts. This system also supports allow-list functionality,
empowering providers to limit access to specific on-chain content. For example, an organization like Solana could establish a provider using the `.solana.com` domain and
configure an allow-list to deliver only its on-chain applications.
empowering providers to limit access to specific on-chain content. For example, an organization like Solana could establish a provider
using the `.solana.com` domain and configure an allow-list to deliver only its on-chain applications.

<ProviderTable />

### Register Your Provider

Learn how to [become a DeWeb provider](../provider/setup-public-instance) and register your provider in the Provider Registry.

0 comments on commit f208d36

Please sign in to comment.