From 40fac933426f92096cb3e6655f771a43f6cfcd53 Mon Sep 17 00:00:00 2001 From: rustvalve Date: Tue, 29 Aug 2023 14:54:41 +0300 Subject: [PATCH] Add TIP-4.6 info in core-description.md --- src/standard/TIP-4/core-description.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/standard/TIP-4/core-description.md b/src/standard/TIP-4/core-description.md index 1d9aac6f8..38d0bbef0 100644 --- a/src/standard/TIP-4/core-description.md +++ b/src/standard/TIP-4/core-description.md @@ -39,6 +39,13 @@ Using the Storage contract, you can store NFT-related bytes in blockchain. [TIP- ## (Status:Draft) [Don't Be Evil NFT licensing (TIP-4.5)](./../TIP-4/5.md) The standard adds the support of [Can't Be Evil NFT licenses](https://github.com/a16z/a16z-contracts) [introduced](https://a16zcrypto.com/introducing-nft-licenses/) by [Andreessen.Horowitz](https://a16z.com). [TIP-4.5](./../TIP-4/5.md) is optional, but can be used for clarifying the legal basis of NFT usage by the owner. +## (Status:Draft) [Upgradeable NFT (TIP-4.6)](./../TIP-4/6.md) +The standard describes the operation of upgradeable NFT contracts. [TIP-4.6](./../TIP-4/6.md) is optional, but can be used for changing NFT code in case an error is found in it or there is a need to add new functionality. + +**Implementation** + +[grandbazar.io](https://github.com/grandbazar-io/everscale-tip4.6-contracts) implementation + ## Authors | Author | Command |