当前位置:网站首页>将 NFT 设置为 ENS 个人资料头像的分步指南
将 NFT 设置为 ENS 个人资料头像的分步指南
2022-07-06 07:53:00 【NFT践行者】
这是设置 ENS 个人资料头像记录的分步指南。
警告:现在 ENS 管理器中的支持非常手动!即将重新设计的 ENS 管理器(在这里先睹为快)将使这件事变得更容易。但就目前而言,这里有一个关于具体做什么的指南:
1) 你有 ENS 的名字吗?
如果你不已经有一个ENS的名字,你可以注册一个.ETH名称或在DNS域名输入你已经拥有的app.ens.domains。您可以为任何一种 ENS 名称设置 NFT 头像。

2) 您的主要 ENS 名称记录是否已设置?
确保设置了您的主要 ENS 名称(反向记录)。这将指定您的哪个 ENS 名称代表您在 dapps 中的以太坊帐户作为您的用户名。您可以转到app.ens.domains,然后转到我的帐户,然后使用该页面上的工具进行设置。

3) 设置头像记录
转到app.ens.domains并搜索您的 ENS 名称以访问其记录页面。确保您连接到拥有 ENS 名称的钱包。然后单击“添加/编辑记录”。
向下滚动到“文本”部分,您可以在其中修改头像记录。

请注意,您可以将 HTTPS 链接或 IPFS 哈希放入文件。但是,如果您想放置您拥有的 NFT,那么您可以使用以下格式输入它:
eip155:1/【NFT标准】:【NFT收款的合约地址】/【代币ID或其在集合中的编号】
您可以在 OpenSea 上 NFT 的“详细信息”部分找到所有这些信息。

单击合约地址的蓝色文本会将您带到其 Etherscan 页面,您可以在其中复制完整的合约地址。

在本例中,您可以将所有这些信息放在一起,如下所示:
eip155:1/erc721:0xb7F7F6C52F2e2fdb1963Eab30438024864c313F6/2430
警告:令牌标准部分不应有连字符。因此,即使 OpenSea 可能将其显示为“ERC-721”,请将其输入为“erc721”。此外,字母必须全部小写。否则它不会工作!将来这一切都将自动化,但现在它是手动的,只需注意这些常见错误即可。
将其输入头像字段,然后向下滚动并单击“确认”。系统将提示您批准交易。在区块链上确认该交易后,您的头像就设置好了!
请注意,如果您放置了不属于您的 NFT,它将不会出现在 dapp 中。
试试看
刷新 ENS Manager App 中的页面,您应该会在左侧看到您的 ENS 名称和头像。请注意,我们的 NFT 头像可能需要几秒钟才能显示(我们正在努力减少显示所需的时间)。

接下来前往 OpenSea 并搜索您的姓名。刷新元数据(单击右上角的圆形箭头按钮),等待几分钟,然后重新加载页面……您的头像现在应该是您的 ENS 名称的 NFT 图像的背景图像!(更多关于我们新的元数据服务在这里。)

现在前往app.uniswap.org并连接您的钱包。给它几秒钟,您的 ENS 名称和头像应该会出现!

点击你的名字,你会再次看到它:

最后,转到app.1inch.io并连接您的钱包。与 Uniswap 类似,您首先可以在右上角看到它……

...然后如果您单击您的 ENS 名称,也会在您的个人资料框中。

边栏推荐
- Comparison of usage scenarios and implementations of extensions, equal, and like in TS type Gymnastics
- TS 类型体操 之 循环中的键值判断,as 关键字使用
- Apache middleware vulnerability recurrence
- Redis list detailed explanation of character types yyds dry goods inventory
- [nonlinear control theory]9_ A series of lectures on nonlinear control theory
- What are the ways to download network pictures with PHP
- TS 体操 &(交叉运算) 和 接口的继承的区别
- [Yugong series] February 2022 U3D full stack class 010 prefabricated parts
- Sharing of source code anti disclosure scheme under burning scenario
- The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
猜你喜欢

【Redis】NoSQL数据库和redis简介

Secure captcha (unsafe verification code) of DVWA range

珠海金山面试复盘

继电反馈PID控制器参数自整定

Pre knowledge reserve of TS type gymnastics to become an excellent TS gymnastics master

. Net 6 learning notes: what is NET Core
![[factorial inverse], [linear inverse], [combinatorial counting] Niu Mei's mathematical problems](/img/6d/282d904810807810adb06b071fb39b.jpg)
[factorial inverse], [linear inverse], [combinatorial counting] Niu Mei's mathematical problems

Force buckle day31

链表面试题(图文详解)

"Designer universe" Guangdong responds to the opinions of the national development and Reform Commission. Primary school students incarnate as small community designers | national economic and Informa
随机推荐
Key value judgment in the cycle of TS type gymnastics, as keyword use
解决方案:智慧工地智能巡检方案视频监控系统
PHP - Common magic method (nanny level teaching)
C # connect to SQLite database to read content
P3047 [USACO12FEB]Nearby Cows G(树形dp)
WebRTC系列-H.264预估码率计算
Opencv learning notes 8 -- answer sheet recognition
MFC 给列表控件发送左键单击、双击、以及右键单击消息
Launch APS system to break the problem of decoupling material procurement plan from production practice
Linked list interview questions (Graphic explanation)
opencv学习笔记八--答题卡识别
Simulation of holographic interferogram and phase reconstruction of Fourier transform based on MATLAB
opencv学习笔记九--背景建模+光流估计
C intercept string
Database addition, deletion, modification and query
成为优秀的TS体操高手 之 TS 类型体操前置知识储备
Data governance: misunderstanding sorting
ROS learning (IX): referencing custom message types in header files
[dictionary tree] [trie] p3879 [tjoi2010] reading comprehension
数据治理:误区梳理篇