From 344ea2999f7516c9835db2a1f0c7815cba7816bf Mon Sep 17 00:00:00 2001 From: Patrick Gray Date: Tue, 11 May 2021 11:01:41 -0400 Subject: [PATCH] feat: notes on tokens content --- src/pages/write-smart-contracts/tokens.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/pages/write-smart-contracts/tokens.md b/src/pages/write-smart-contracts/tokens.md index acbc59e8..74c8f6a0 100644 --- a/src/pages/write-smart-contracts/tokens.md +++ b/src/pages/write-smart-contracts/tokens.md @@ -9,4 +9,23 @@ images: ## Introduction +TK + +## Fungible tokens + +TK + +## Non-fungible tokens (NFTs) + +TK + +## Further reading + +TK + +## Scratch + - Good content in here: https://messari.io/article/explain-it-like-i-am-5-nfts +- 101 Blockchains article on FT vs. NFT - https://101blockchains.com/fungible-vs-non-fungible-tokens/ +- SIP-009 +- SIP-010