Skip to content

Commit

Permalink
Rework Massa Web Hosting Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Pivi committed Jul 11, 2023
1 parent 4488c56 commit 69ba076
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/build/wallet/massa-web-hosting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ title: Massa Web Hosting

# How to upload a website

Massa Ecosystem is a product that allows users to participate, store, and navigate content on the Massa blockchain. This guided is dedicated to getting you started with this technology. Please note that we currently support static websites built with front end technologies like CSS, HTML & ES6 Javascript.
The Massa Ecosystem allows users to participate, store, and navigate content on the Massa blockchain.
This guided is dedicated to getting you started with this technology.
Please note that we currently support static websites built with front end technologies like CSS, HTML & ES6 Javascript.

To get started, you need to install Massa Station on your machine by following the installation guide provided at this link: [Massa Station Installation Guide](https://github.com/massalabs/station/blob/main/INSTALLATION.md).
To get started, you need to download Massa Station [here](https://station.massa.net) and follow the installation guide provided at this link: [Massa Station Installation Guide](https://github.com/massalabs/station/blob/main/INSTALLATION.md).

Once Massa Station is installed and launched please create a Massa Wallet following the link [here](https://station.massa/plugin/massa-labs/massa-wallet/web-app/index).

Now that you have a wallet, you may proceed :

1. Open Massa Station and navigate to: [Massa Station Search Page](https://station.massa/web/search)
2. On the left side of the page, you will find a side panel that contains the steps to upload a website to the Massa blockchain.
Expand All @@ -27,6 +33,4 @@ Here's the information you need to provide:
3. Description: A string limited to 280 UTF-8 characters.
4. Zip file: A .zip file that contains a index.html file located at the root of the folder. The file must not exceed 1.5 Mo.

During the DNS registration, the smart contract will verify that the name you choose is available and not reserved by Massa.

With each upload, there are associated costs to storing and hosting the files, you will be able to find more information in the official Massa Labs documentation located here: [Massa Storage Costs](https://docs.massa.net/en/latest/technical-doc/storage-costs.html). It will cost approximately 375 Massa coins for a website of 1.5 Mo.

0 comments on commit 69ba076

Please sign in to comment.