mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user