Skip to content

Commit

Permalink
Merge pull request #339 from massalabs/imporove-deweb-home-docs
Browse files Browse the repository at this point in the history
improve deweb docs home
  • Loading branch information
damip committed Aug 21, 2024
2 parents 5ff85d9 + 4229bea commit e3c9c3d
Showing 1 changed file with 46 additions and 9 deletions.
55 changes: 46 additions & 9 deletions docs/deweb/home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,59 @@ This comprehensive on-chain hosting includes:
This approach ensures a seamless transition between web2 and web3 experiences, providing users with a consistent and
secure browsing experience without intermediaries.

## Providers
## Who is the Deweb for ?
It's perfect for entrepreneurs & web3 studios who want to migrate to a decentralized hosting solution.

It's also great builders & developers blockchain enthusiasts who want to build fully on-chain, censorship-resistant, and tamper-proof applications.

## Get Started

### Users: Access DeWeb

#### Local-first DeWeb access

For complete privacy and autonomy, we recommend running a DeWeb server locally.
Visit the [Getting Started](./getting-started/overview.mdx) page to begin.

You can access local websites through the following URL : ```{massaNameService}.localhost:8080```

:::warning Important

If you're not a developer or a visual learner check out [how to set up a local server in under 1 minute](https://www.youtube.com/watch?v=DJUf3fU1MDI)

:::

#### Provider access

To make DeWeb universally accessible without running a local server, providers are available.

These providers allow users to access decentralized websites directly from their browsers,
making it easy to use DeWeb from anywhere and on devices that do not yet support DeWeb.

Here is a list of available providers:

- **Mainnet**: Coming Soon...
- **Buildnet**: [massa.network](https://massa.network)
- **Buildnet**: [massa.network](https://massa.network), [massahub.network](https://massahub.network)

This list will expand with registered providers in the future.
:::important
We are working on a provider registry system so you can have quick access to different Massa DeWeb providers.

## Get Started
This list will eventually be transferred to the registry.
:::

Examples of on-chain websites:

| **Network** | **Provider** | **Provider URL** | Local URL |
|-------------|-------------------------|------------------------------------------------------|-----------|
| **Buildnet**| vesting.massa.network | [vesting.massa.network](http://vesting.massa.network)|vesting.localhost:8080
| **Buildnet**| mns.massa.network | [mns.massa.network](http://mns.massa.network) | mns.localhost:8080
| **Buildnet**| pur.massahub.network | [pur.massahub.network](http://pur.massahub.network) | pur.localhost:8080


### Developers: Upload Your Website On the DeWeb

Developers can upload their websites to the Massa blockchain using the [DeWeb upload CLI](./cli/overview.mdx).

For complete privacy and autonomy, we recommend running a DeWeb server locally.
Visit the [Getting Started](./getting-started/overview.mdx) page to begin.

:::info Work in Progress
DeWeb is still in development and should be used with caution. For now it is only available on Massa Buildnet for testing purposes.
Expand All @@ -59,11 +95,12 @@ This means that your wallet needs to be setup to use the Buildnet, including the
If you encounter any issues or have suggestions, please let us know through our [issue tracker](https://github.com/massalabs/DeWeb/issues).
:::

## Developers: Upload Your Website On the DeWeb

Developers can upload their websites to the Massa blockchain using the [DeWeb upload CLI](./upload/cli.mdx).

## Resources

- [GitHub Repository](https://github.com/massalabs/DeWeb)
- [DeWeb Discord Channel](https://discord.com/channels/828270821042159636/1272551955784273981)
- [Medium - How is Massa building a fully on-chain Decentralized Web?](https://massalabs.medium.com/how-is-massa-building-a-fully-on-chain-decentralized-web-8ddeaea26373)
- [Medium - Enabling the On-Chain Web: The Massa Decentralized DNS](https://massalabs.medium.com/enabling-the-on-chain-web-the-massa-decentralized-dns-is-coming-36272278f980)


0 comments on commit e3c9c3d

Please sign in to comment.