added new line to fix markdown (#195)

Markdown after html needs a newline right after the html elements closing tag.
This commit is contained in:
Luxumbra
2021-01-17 03:24:01 +00:00
committed by GitHub
parent 2d6927991e
commit 9bb6e7b400

View File

@@ -7,6 +7,7 @@ import { mmDonts, ethSafetyLinks, List } from "../../src/components/list.js";
<details>
<summary>🤔 Wait, WTF are NFTs?</summary>
<br />
NFT stands for [Non-Fungible Token](https://opensea.io/blog/guides/non-fungible-tokens/). Which simply (assuming you have read [House of Ethereum](https://wiki.metagame.wtf/docs/great-houses/house-of-ethereum)) means that, unlike Fungible (ERC-20) tokens, each one is unique and not equivalent and interchangable. These are encoded in the standards [ERC-721](http://erc721.org/) and [ERC-1155](https://blog.enjin.io/erc-1155-token-standard-ethereum/) and some others, like composables: [ERC-998](https://github.com/ethereum/eips/issues/998).
This blockchain innovation started first with [CryptoPunks](https://www.larvalabs.com/cryptopunks) before their was a standard in place. CryptoKitties was the first project, launched in 2017, to embed the Non-Fungible standard and take the idea mainstream.