Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
Closing "/" for autoclosing tags (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
doomling authored Jun 7, 2022
1 parent 3c3feb0 commit edf846a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions _posts/blockchain-integration/2020-02-17-get-a-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ type: Document

Decentraland uses the Ethereum blockchain to record the ownership of all digital assets and tradable items.

<img src="{{ site.baseurl }}/images/media/get-a-wallet-account.png" style="margin: 2rem auto; display: block;width: 90%; max-width: 600px;">
<img src="{{ site.baseurl }}/images/media/get-a-wallet-account.png" style="margin: 2rem auto; display: block;width: 90%; max-width: 600px;" />

Digital wallets are tools that work as a bridge between the blockchain and the dApp (decentralized applications). This means that with a wallet you will be able to monitor your available funds, transaction history and security options.

## Do I need a wallet to play in Decentraland?

<img src="{{ site.baseurl }}/images/media/get-a-wallet-wallet.png" style="max-width: 400px;margin: 2rem auto;display: block;">
<img src="{{ site.baseurl }}/images/media/get-a-wallet-wallet.png" style="max-width: 400px;margin: 2rem auto;display: block;" />

If you want to fully enjoy the Decentraland experience, we highly recommend you get yourself a digital wallet. Why? Because it will work as your personal account, allowing you to connect from different devices, keeping all your digital assets (such as names, collectibles, LANDs) and progress safe.

Expand All @@ -30,31 +30,31 @@ If you choose to experience Decentraland without a wallet, the information will

To enter Decentraland, you must use a wallet that is integrated to your web browser, so we recommend you [MetaMask](https://metamask.io/)

<img src="{{ site.baseurl }}/images/media/get-a-wallet-metamask-logo.png" style="max-width: 60%;margin: 2rem auto;display: block;">
<img src="{{ site.baseurl }}/images/media/get-a-wallet-metamask-logo.png" style="max-width: 60%;margin: 2rem auto;display: block;" />

<span style="text-align:center;display:block">Once you install it, you will see an icon like this:</span>

<img src="{{ site.baseurl }}/images/media/get-a-wallet-metamask-extension.png" style="margin: 2rem auto;display: block; width: 70%;">
<img src="{{ site.baseurl }}/images/media/get-a-wallet-metamask-extension.png" style="margin: 2rem auto;display: block; width: 70%;" />

## Wallet address

All wallets have a public and private key. A public key Is a unique identifier for your wallet and it looks like this: **0xcba113f589805095a892ecefdb4eb83eff45d98**. It is basically a name that you can share freely with others and it’s used to direct assets to your wallet.

<span style="text-align:center;display:block">You can localize your wallet address clicking on the extension icon in your browser, and then clicking on your wallet name with the public key to copy it to clipboard:</span>

<img src="{{ site.baseurl }}/images/media/get-a-wallet-public-key-1.png" style="max-width: 50%;margin: 2rem auto;display: block;">
<img src="{{ site.baseurl }}/images/media/get-a-wallet-public-key-1.png" style="max-width: 50%;margin: 2rem auto;display: block;" />

<span style="text-align:center;display:block">Or by clicking on your account details:</span>

<img src="{{ site.baseurl }}/images/media/get-a-wallet-public-key-2.png" style="margin: 2rem auto;display: block; width: 90%;">
<img src="{{ site.baseurl }}/images/media/get-a-wallet-public-key-2.png" style="margin: 2rem auto;display: block; width: 90%;" />

The private key is used by your wallet to sign each transaction and certify that it was truly sent by you. It is also used to restore your wallet in case you forget your password.

Keep in mind that a digital wallet is like a bank account, so make sure you **don’t forget your password, or backup phrase. Keep them in a safe place and don’t share them with anyone.**

## What is Ether (ETH), and how do I send it to my wallet?

<img src="{{ site.baseurl }}/images/media/get-a-wallet-ether.png" style="max-width: 20%;margin: 2rem auto;display: block;">
<img src="{{ site.baseurl }}/images/media/get-a-wallet-ether.png" style="max-width: 20%;margin: 2rem auto;display: block;" />

For executing transactions, you’ll need to put money in your wallet. dApps based on Ethereum, like Decentraland, use Ether: a digital currency that powers the Ethereum network. It acts like any other currency, in that its value fluctuates with the market.

Expand Down Expand Up @@ -83,7 +83,7 @@ You need to buy ETH from Coinbase or another exchange using normal fiat currency

## What is MANA and how do I get it?

<img src="{{ site.baseurl }}/images/media/get-a-wallet-mana.png" style="margin: 2rem auto; display: block;width: 90%; max-width: 400px;">
<img src="{{ site.baseurl }}/images/media/get-a-wallet-mana.png" style="margin: 2rem auto; display: block;width: 90%; max-width: 400px;" />

[MANA](https://etherscan.io/token/decentraland) is Decentraland’s fungible (reproducible or interchangeable) cryptocurrency token. It is burned, or spent in exchange for LAND parcels, wearables and names.

Expand All @@ -100,7 +100,7 @@ Steps to buy MANA:
- _‘Gas’ is composed of two parts: Gas Price and Gas Limit. Gas Price is what you offer to pay the miners (in a tiny measurement of ether called ‘gwei’) for each operation to execute the smart contract. Gas Limit is how many operations you let them do before they run out of gas and drop the transaction._
- _1 gwei = 1/1,000,000,000th of an Ether._

<img src="{{ site.baseurl }}/images/media/get-a-wallet-gas.png" style="margin: 2rem auto;display: block; width:90%">
<img src="{{ site.baseurl }}/images/media/get-a-wallet-gas.png" style="margin: 2rem auto;display: block; width:90%" />

To summarize, Gas Price (gwei) is the amount of Ether offered per gas unit to pay miners to process your transaction. The higher the gas price you set, the faster your transaction will get processed. So, for more important transactions – such as a collectible that you really like ;D – think about increasing the suggested gas price.

Expand Down
2 changes: 1 addition & 1 deletion _posts/general/2018-01-02-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The Avatar editor provides a big selection of wearables and accessories – all

## What do the collectibles colors mean?

<img src="{{ site.baseurl }}/images/media/faqs-rarities-2.png" style="margin: 2rem auto; display: block;width: 90%;">
<img src="{{ site.baseurl }}/images/media/faqs-rarities-2.png" style="margin: 2rem auto; display: block;width: 90%;" />

Each collectible is assigned a rarity category, represented by a different name and color and denoting supply of collectible.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The DAO is a complex system created from several layers of entities and platform
## Governance dApp

The main interface for the Decentraland DAO is located at [governance.decentraland.org](https://governance.decentraland.org). This is where users log-in, create proposals, and vote.
<br>_This is currently maintained by a development team funded by a [DAO grant](https://governance.decentraland.org/proposal/?id=ed53e850-5e70-11ec-8188-4352ce3d30e7)._
<br/>_This is currently maintained by a development team funded by a [DAO grant](https://governance.decentraland.org/proposal/?id=ed53e850-5e70-11ec-8188-4352ce3d30e7)._

## Snapshot

Expand Down
18 changes: 9 additions & 9 deletions _posts/wearables/2021-05-31-wearables-editor-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ If you haven’t uploaded any items yet, click **New Item** or **New Collection*

When creating a collection, first enter the name you would like to give your collection and click **Create**. After creating your collection, you can begin adding items.

<img width="1135" alt="New Collection" src="{{ site.baseurl }}/images/media/new-collection.png">
<img width="1135" alt="New Collection" src="{{ site.baseurl }}/images/media/new-collection.png" />

> The name of your collection cannot be changed after publication!
**You can add as many items as you want until you publish your collection.** Always remember, you cannot add, remove, or change the rarity of items in published collections.

To add an item to your new collection, select the collection, click **New Item**, and select your wearable files.

<img width="1084" alt="add item" src="{{ site.baseurl }}/images/media/new-item-button.png">
<img width="1084" alt="add item" src="{{ site.baseurl }}/images/media/new-item-button.png" />

Also, you can create your items first and then drag and drop to your collection!
<img width="1198" alt="drag item to collection" src="{{ site.baseurl }}/images/media/drag-into-collection.png">
<img width="1198" alt="drag item to collection" src="{{ site.baseurl }}/images/media/drag-into-collection.png" />

#### Uploading an item

Expand All @@ -54,20 +54,20 @@ You can select which body shape your wearable is modeled for. The shape can be e

To submit a wearable that has more than one representation first upload one of them, add rarity and category and hit create:

<img width="734" alt="both representations" src="{{ site.baseurl }}/images/media/new-item.png">
<img width="734" alt="both representations" src="{{ site.baseurl }}/images/media/new-item.png" />

Then, in the editor tool, go to properties and add the other one.
<img width="1792" alt="Add female representation" src="{{ site.baseurl }}/images/media/add-female-rep.png">
<img width="1792" alt="Add female representation" src="{{ site.baseurl }}/images/media/add-female-rep.png" />

**Uploading Mouth, Eyes and Eyebrows**

The mouth, eyes and eyebrows category have a different behaviour in the tool, because these are just .pngs files. To upload these just drag and drop the png file as a transparent image (256px X 256PX). Mouth is going to be automatically tinted by skin color, same for the eyebrows tinted by the hair color.

If you want the asset to be masked, so a part of the mouth or eyebrows is not affected by the tinting you would need to both zip files and then drag them to the tool. **Note: remember that png name of the mask should end with suffix "\_mask" in order to work.**

<img width="239" alt="mask" src="{{ site.baseurl }}/images/media/mouth-wearable.png">
<img width="239" alt="mask" src="{{ site.baseurl }}/images/media/mouth-wearable.png" />

<img width="755" alt="add zip" src="{{ site.baseurl }}/images/media/upload-wearable.png">
<img width="755" alt="add zip" src="{{ site.baseurl }}/images/media/upload-wearable.png" />

To upload eyes tinted by eye color feature follow the same process. More info here: https://docs.decentraland.org/decentraland/creating-wearables/

Expand Down Expand Up @@ -129,7 +129,7 @@ If the number of triangles and textures exceeds these guidelines, you can click

This is the basic metadata you entered when you first uploaded your item. You can edit this information at any time leading up to the moment you publish your item within a collection.

<img width="352" alt="basics" src="{{ site.baseurl }}/images/media/wearable-settings.png">
<img width="352" alt="basics" src="{{ site.baseurl }}/images/media/wearable-settings.png" />

- **Name -** the name of your item, this will be displayed when distributing your wearable on the marketplace
- **Description -** a brief statement describing your item, this is displayed when distributing your wearable on the marketplace
Expand All @@ -156,7 +156,7 @@ You can upload your own custom thumbnails for wearables in your collections. To

> Thumbnails must be a `.png` file and 1024px by 1024px with transparent backgrounds. Collections containing thumbnails without transparent backgrounds will not be accepted by the Curation Committee.
>
> <img width="1132" alt="custom thumbnail" src="{{ site.baseurl }}/images/media/wearable-thumbnail.png">
> <img width="1132" alt="custom thumbnail" src="{{ site.baseurl }}/images/media/wearable-thumbnail.png" />
### Setting the price for items

Expand Down

0 comments on commit edf846a

Please sign in to comment.