From 9bb6e7b400b412dd2652f52f201abe2dda53f55f Mon Sep 17 00:00:00 2001 From: Luxumbra Date: Sun, 17 Jan 2021 03:24:01 +0000 Subject: [PATCH] added new line to fix markdown (#195) Markdown after html needs a newline right after the html elements closing tag. --- docs/great-houses/house-of-NFTs.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/great-houses/house-of-NFTs.mdx b/docs/great-houses/house-of-NFTs.mdx index 9d399d58..ebb24933 100644 --- a/docs/great-houses/house-of-NFTs.mdx +++ b/docs/great-houses/house-of-NFTs.mdx @@ -7,6 +7,7 @@ import { mmDonts, ethSafetyLinks, List } from "../../src/components/list.js";
🤔 Wait, WTF are NFTs?
+ 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.