# Create a decentralized website

If you have no development experience, please check: [Quickly create decentralized website](https://docs.coredao.id/decentralized-website/quickly-create-decentralized-website)

###

### Creating a decentralized website is simple and requires two steps in total.&#x20;

### 1. upload your html web folder to IPFS&#x20;

You can upload html by installing the [IPFS desktop application](https://github.com/ipfs/ipfs-desktop/releases), or by third-party websites such as [Pinata.cloud](https://www.pinata.cloud/) (Recommend)

Here is a demo site code, you can download it:

{% embed url="<https://coredao.id/website.zip>" %}

{% tabs %}
{% tab title=" Pinata.cloud" %}
Go to [**Pinata.cloud**](https://www.pinata.cloud/) and register an account

Unzip the file and modify the code.

Upload your ***html*** <mark style="color:purple;">**F**</mark>*<mark style="color:purple;">**older**</mark>*, make sure it includes index.html

<figure><img src="https://3744657518-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkouT6qypYCxvKrJ2G7F0%2Fuploads%2Fov3dMvBnPy1eM3wIn8GI%2Fimage.png?alt=media&#x26;token=5aaa3449-af5e-499f-82f5-a3766ac5ab54" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title=" IPFS desktop application" %}

<figure><img src="https://3744657518-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkouT6qypYCxvKrJ2G7F0%2Fuploads%2F3ZeLvaFmTNn6eQWuRhBE%2Fimage.png?alt=media&#x26;token=75770237-a5b6-4db1-a0e1-9f5b8ec15553" alt=""><figcaption><p>Upload your html folder</p></figcaption></figure>

####

####

Make sure you have index.html in your folder

<figure><img src="https://3744657518-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkouT6qypYCxvKrJ2G7F0%2Fuploads%2FiOLtMzPzaonucpCfq4kq%2Fimage.png?alt=media&#x26;token=7711aa5b-505a-4b0e-9187-e38fe2f41fb3" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### 2. save the above IPFS hash (CID) in the domain name.

Copy the CID of this folder

{% tabs %}
{% tab title=" Pinata.cloud" %}

<figure><img src="https://3744657518-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkouT6qypYCxvKrJ2G7F0%2Fuploads%2FyPmZFOuljZQK3S07WpPE%2Fimage.png?alt=media&#x26;token=19005e82-8a4b-4bae-a92a-fa21cd238431" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title=" IPFS desktop application" %}

<figure><img src="https://3744657518-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkouT6qypYCxvKrJ2G7F0%2Fuploads%2FdRje693w0LRBtrPGySwW%2Fimage.png?alt=media&#x26;token=68de8d49-a26f-4b7c-98fc-1ebcb65dfb01" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Save (ipfs\:// + CID)  to the IPFS content in the domain.

#### &#x20;example:  <mark style="color:green;">ipfs\://QmaRtXePh833Ds3bMNW6qgrnH4AmYc3mEKv3SQPNynXtSE</mark>

<figure><img src="https://3744657518-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkouT6qypYCxvKrJ2G7F0%2Fuploads%2FALw9nGkEj20prjaZlUtD%2Fimage.png?alt=media&#x26;token=f637c349-ffb3-4b29-a91f-2ae9aa28f28b" alt=""><figcaption></figcaption></figure>

Demo domain: [app.coredao.id/name/coreid.core/Details](https://app.coredao.id/name/coreid.core/Details)

#### <mark style="color:green;">Congratulations, your IPFS decentralized site has been created and you can access it by name + core.limo</mark>

#### example: [***coreid.core.limo***](https://coreid.core.limo)

***----------------------------------------------------------------***

### ***FAQ***

#### &#x20;<mark style="color:orange;">Why does my page not display?</mark>

Make sure your folder containing index.html is uploaded to IPFS, sometimes you need to wait a few minutes for the upload to complete.

And copy the CID of the folder, not the index.html cid.

We recommend using [Pinata.cloud](https://pinata.cloud) for uploads, which does not require you to install the IPFS desktop application.

You can also use this gateway to check if your html upload is complete, replace your IPFS CID and open it in your browser.

<https://cloudflare-ipfs.com/ipfs/QmaRtXePh833Ds3bMNW6qgrnH4AmYc3mEKv3SQPNynXtSE/>

#### <mark style="color:orange;">How do I update my website?</mark>

You need to modify the html file locally and re-upload a new folder.

Then copy the new folder CID and save it to the domain.

After saving, it usually takes more than 10 minutes +  to update because of caching.

#### <mark style="color:orange;">Experiencing other problems?</mark>

Join Telegram:

English:  <https://t.me/CoreIDOfficial>

Chinese: <https://t.me/coreidzh>
