From 83937c0eca7814b7728a26af64d355c0d200425c Mon Sep 17 00:00:00 2001 From: Nova Date: Fri, 25 Oct 2024 22:43:40 +0800 Subject: [PATCH 1/3] docs: Optimize and supplement NFT readme --- nft/readme.md | 73 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 28 deletions(-) diff --git a/nft/readme.md b/nft/readme.md index 10a55a352..4a7f483e8 100644 --- a/nft/readme.md +++ b/nft/readme.md @@ -1,33 +1,50 @@ -# NFT -NFT (Non-Fungible Token) +# NFT (Non-Fungible Token) -## Standard -1. [EIP-721: Non-Fungible Token Standard](https://eips.ethereum.org/EIPS/eip-721) -2. [EIP-721 the openzeppelin implement](https://learnblockchain.cn/article/3041) +NFT (非同质化代币) 是区块链上的唯一数字资产。它们可以代表艺术品、虚拟土地、收藏品等,为数字资产的真实性和所有权提供保障。 +## 标准 -## NFT Hack -1. [SupDuck Hack](https://learnblockchain.cn/article/2939) -2. [Hashmask Hack](https://learnblockchain.cn/article/2885) +1. **[EIP-721: Non-Fungible Token Standard](https://eips.ethereum.org/EIPS/eip-721)** + - 描述了非同质化代币的标准接口,实现了不同 NFT 的唯一性和不可分割性。 +2. **[EIP-721 OpenZeppelin 实现](https://learnblockchain.cn/article/3041)** + - OpenZeppelin 提供的 EIP-721 实现,可帮助开发者轻松创建和管理 NFT。 +3. **[EIP-1155: Multi Token Standard](https://eips.ethereum.org/EIPS/eip-1155)** + - 支持在同一合约中创建和管理多种资产类型,包括同质化代币和非同质化代币,优化了批量转移和交易的效率,适用于游戏、收藏品等应用场景。 +4. **[EIP-1155 OpenZeppelin 实现](https://docs.openzeppelin.com/contracts/4.x/erc1155)** + - OpenZeppelin 提供的 EIP-1155 实现简化了多种类型 NFT 的创建和管理,适用于复杂的多代币应用。 + +## NFT 安全事件 + +### 已知漏洞与攻击 +1. **[SupDuck Hack](https://learnblockchain.cn/article/2939)** + - 详细分析了 SupDuck 项目中出现的漏洞及其利用方法。 +2. **[Hashmask Hack](https://learnblockchain.cn/article/2885)** + - 研究 Hashmask 的安全漏洞,以及攻击者如何利用合约中的漏洞获取收益。 ## NFT 查询平台 -https://nonfungible.com -https://coinmarketcap.com/zh/nfts/ -https://www.feixiaohao.com/concept/41.html - -https://ftx.us/nfts - -## 参考链接 - -- [Tools](https://mp.weixin.qq.com/s/DrLCx2L7PgjsAWoYnF8Ysw) -- [NFT quick overview](https://andrewsteinwold.substack.com/p/-quick-overview-of-the-nft-ecosystem) -- [SocialFi](https://inewsdb.com/%E5%8A%A0%E5%AF%86%E8%B2%A8%E5%B9%A3/%E7%A4%BE%E4%BA%A4%E4%BB%A3%E5%B9%A3%E4%B8%8D%E6%96%B7%E9%80%B2%E5%8C%96%EF%BC%8C-socialfi-%E6%9C%83%E6%88%90%E7%82%BA-gamefi-%E5%BE%8C%E4%B8%8B%E5%80%8B%E7%86%B1%E9%BB%9E%E5%97%8E%EF%BC%9F/) -- [Awesom NFT Projects](https://thedailyape.notion.site/4aae0799b1f84b21b9e402fb0b489b05?v=baa5e17983ec4b179c0160d8745a1742) -- 实时 NFT 评估: https://upshot.io/ -- NFT 去中心化自治组织: https://blog.blackpool.finance/ -- NFT 游戏: https://axie.substack.com/p/axs-strategic-sale -- NFT收藏家6529关于NFT、meme、监管、他的收藏观点: https://twitter.com/punk6529/status/1429399888786333697 -- mateverse: https://arxiv.org/abs/2110.05352 -- [从0到1: 精通 NFT](https://www.yuque.com/books/share/a8a2de86-76de-4531-8486-ac3d40944557) -- [从表象到本质,包你一文看懂NFT](https://mp.weixin.qq.com/s/2lGKT2O4Z1vBuNpnKwlSyA) -- NFT及OpenSea交易背后的技术分享: https://mirror.xyz/xing824.eth/O3hpbibMf9vLNz6p80YUriU8Bf3bEaJWvRL49FGAgAc \ No newline at end of file + +以下平台支持查询 NFT 市场和各类项目的实时数据: +- [Nonfungible](https://nonfungible.com) - 提供 NFT 市场数据与分析。 +- [CoinMarketCap NFT](https://coinmarketcap.com/zh/nfts/) - 支持主流 NFT 项目的价格跟踪和排行榜。 +- [非小号](https://www.feixiaohao.com/concept/41.html) - 中文加密货币查询平台。 +- [FTX.US NFT](https://ftx.us/nfts) - 提供 FTX 交易所的 NFT 交易信息。 + +## 参考资源 + +### 工具与概览 +- **[NFT 工具推荐](https://mp.weixin.qq.com/s/DrLCx2L7PgjsAWoYnF8Ysw)** - 一些常用的 NFT 创建、管理和交易工具。 +- **[NFT 快速概览](https://andrewsteinwold.substack.com/p/-quick-overview-of-the-nft-ecosystem)** - NFT 生态系统的简要概述,介绍了 NFT 市场的主要参与者和趋势。 + +### 行业动态与发展 +- **[SocialFi 的发展](https://inewsdb.com/...)** - 介绍 SocialFi 的兴起,以及它在 NFT 领域的应用。 +- **[Awesome NFT 项目合集](https://thedailyape.notion.site/...)** - 汇总了值得关注的 NFT 项目,包括创新的 NFT 应用。 +- **[实时 NFT 评估](https://upshot.io/)** - 提供实时的 NFT 估值服务。 +- **[NFT 去中心化自治组织](https://blog.blackpool.finance/)** - 介绍 NFT 领域内的去中心化自治组织(DAO)。 +- **[NFT 游戏](https://axie.substack.com/p/axs-strategic-sale)** - 以 Axie Infinity 为例,讨论 NFT 游戏的经济系统。 + +### 技术见解与观点 +- **[NFT收藏家6529 的见解](https://twitter.com/punk6529/status/1429399888786333697)** - 6529 号收藏家关于 NFT、监管及其收藏策略的见解。 +- **[元宇宙相关研究](https://arxiv.org/abs/2110.05352)** - 有关元宇宙与 NFT 结合的学术论文。 +- **[从0到1: 精通 NFT](https://www.yuque.com/books/share/a8a2de86-76de-4531-8486-ac3d40944557)** - 系统性的 NFT 入门与进阶学习资源。 +- **[从表象到本质,包你一文看懂NFT](https://mp.weixin.qq.com/s/2lGKT2O4Z1vBuNpnKwlSyA)** - 深入解析 NFT 的原理和未来发展方向。 +- **[NFT及OpenSea交易技术分享](https://mirror.xyz/xing824.eth/O3hpbibMf9vLNz6p80YUriU8Bf3bEaJWvRL49FGAgAc)** - 介绍 OpenSea 背后的技术架构与交易原理。 From b7b1d4db4fec554cb78983bb79ea17ba42a8e1fd Mon Sep 17 00:00:00 2001 From: Nova Date: Fri, 25 Oct 2024 22:45:25 +0800 Subject: [PATCH 2/3] fix: typo --- .../doc/NFT\345\210\206\344\272\253 V2.xmind" | Bin .../doc/NFT\345\210\206\344\272\253 V3.xmind" | Bin 2 files changed, 0 insertions(+), 0 deletions(-) rename nft/doc/nft mint V2.xmind => "nft/doc/NFT\345\210\206\344\272\253 V2.xmind" (100%) rename "nft/doc/nft\345\210\206\344\272\253V3.xmind" => "nft/doc/NFT\345\210\206\344\272\253 V3.xmind" (100%) diff --git a/nft/doc/nft mint V2.xmind "b/nft/doc/NFT\345\210\206\344\272\253 V2.xmind" similarity index 100% rename from nft/doc/nft mint V2.xmind rename to "nft/doc/NFT\345\210\206\344\272\253 V2.xmind" diff --git "a/nft/doc/nft\345\210\206\344\272\253V3.xmind" "b/nft/doc/NFT\345\210\206\344\272\253 V3.xmind" similarity index 100% rename from "nft/doc/nft\345\210\206\344\272\253V3.xmind" rename to "nft/doc/NFT\345\210\206\344\272\253 V3.xmind" From 296622c0d82fda9122654c9b9617e2d04ff6bf7b Mon Sep 17 00:00:00 2001 From: Nova Date: Fri, 25 Oct 2024 22:48:03 +0800 Subject: [PATCH 3/3] docs: add AaveGotvhi intro --- nft/aavegotchi/readme.md | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/nft/aavegotchi/readme.md b/nft/aavegotchi/readme.md index 648f43c53..2376d8e69 100644 --- a/nft/aavegotchi/readme.md +++ b/nft/aavegotchi/readme.md @@ -1,7 +1,42 @@ # AaveGotchi +AaveGotchi 是一种基于以太坊和 Polygon 的 NFT 项目,结合了去中心化金融 (DeFi) 和游戏化元素,用户可以在其中拥有并互动带有 Aave 抵押资产的数字宠物。AaveGotchi 通过质押支持的机制使得 NFT 不仅仅是收藏品,还具有内在的 DeFi 价值。 + +## 项目概述 + +AaveGotchi 是通过 Aave 借贷协议运行的 NFT,每个 “Gotchi” 是一个带有质押资产的像素化幽灵。用户可以通过存入 Aave 支持的资产来创造和升级他们的 Gotchi,获得收益的同时,参与游戏的奖励和挑战。 + +### 核心特性 + +1. **Spirit Force (灵力)** + 每只 AaveGotchi 都由 Aave 借贷协议的资产 (例如 DAI、USDC) 作为抵押支持。这种质押资产称为 “Spirit Force”,是确保 AaveGotchi 价值的基础。 + +2. **BRS (Base Rarity Score) 基础稀有度评分** + AaveGotchi 的稀有度由 BRS 决定,取决于宠物的属性、穿戴装备和装饰。稀有度越高的 Gotchi 越受欢迎,在拍卖和游戏中能获得更高的奖励。 + +3. **互动与装备** + 用户可以定期与 Gotchi 互动以增加其忠诚度,并通过各种可穿戴装备提升其属性,这些装备也可以通过市场交易获得。 + +4. **游戏化和稀有度奖励 (Rarity Farming)** + AaveGotchi 项目通过 “稀有度农场” 活动激励用户提升 Gotchi 的稀有度。用户可以在活动中获得 GHST 代币奖励,激励玩家提升 Gotchi 的价值和稀有度。 + +### GHST 代币 + +AaveGotchi 的原生代币 GHST 是生态系统中的交易和治理代币。它可以用于购买 AaveGotchi、装备以及参与拍卖和活动。 + +- **购买 AaveGotchi 门票**:GHST 可用于购买开启 AaveGotchi 的入场门票。 +- **治理**:GHST 持有者可以参与治理投票,共同决定项目未来的方向。 +- **交易与奖励**:GHST 在生态中广泛用于装备购买、交易市场等。 + +## 经济模型 + +AaveGotchi 的经济模型基于 GHST 代币的流通和 Spirit Force 质押资产的积累。GHST 的需求由 AaveGotchi 购买和生态活动驱动,Spirit Force 则确保了每只 Gotchi 的 DeFi 价值。 + +## 未来发展 + +AaveGotchi 团队计划引入更多游戏化功能和跨链支持,进一步丰富用户体验。此外,计划中的 AaveGotchi DAO 将赋予 GHST 持有者更多的治理权,以推动项目的去中心化发展。 ## 参考链接 -[aavegotchi文档](https://aavegotchi.medium.com/) -[白皮书](https://docs.google.com/document/d/186zOapKeHNNJ9y8LIByQQ64rs0eJUlEF/edit#) +- [AaveGotchi 官方文档](https://aavegotchi.medium.com/) +- [AaveGotchi 白皮书](https://docs.google.com/document/d/186zOapKeHNNJ9y8LIByQQ64rs0eJUlEF/edit#)