进入区块链的大门 — — 取消钱包授权(第五讲)
前面我们有讲到不同钱包的使用方法,和如何访问Dapp。对于经常访问Dapp和使用DeFi应用的人们来说,若想在DeFi协议上使用代币,‘’代币授权‘’是经常性的步骤。什么是代币授权?以太坊链、EVM链(BSC/HECO/OKExChain/Polygon等)和波场链上的Dapp大都涉及到合约操作,授权即表示允许该合约地址提取用户的代币。Dapp需要访问代币才能需要对其操作。比如你想在uniswap卖掉WBTC,则需要‘’Approve‘’ Uniswap的智能合约访问你钱包内WBTC的权限,然后才能通过第二笔交易把WBTC转换成其他代币。在钱包上面,你可以看到该授权。为了提升用户体验,减少授权次数,Dapp会要求无限授权,即该智能合约有权对钱包内的某个币种有不限量的转移权限。对于靠谱的知名平台,如uniswap等,不会恶意操作转移用户的钱包资产。如果该Dapp一开始就是恶意的,则该钱包对于已经授权该平台的所有币种都有极大的安全隐患。即便是成熟的项目,也有可能存在漏洞而被攻击者利用。所以一旦用户给Dapp授权,钱包的该代币就会陷入风险。 虽然硬件钱包可以保护私钥,并且没有人能绕过硬...
进入区块链的大门 — — 网页插件钱包(第三讲)
我们前面讲到了加密货币钱包的概览,上一讲是关于imtoken钱包的使用。本讲的主要内容是Metamask。metamask 有两个版本,一个是在谷歌浏览器chrome的以太坊钱包插件,也是最常用的,另一个是手机的app。这里主要讲最常用的chrome浏览器插件版。 1. 下载谷歌浏览器:https://www.google.com/chrome/ 记住一定要在官网下载,或者在有保障的平台下载,不要下载未知源头下载的谷歌浏览器。 2. 下载metamask的chrome浏览器插件 metamask的官方网站为https://metamask.io/ 点击下载,然后选择Chrome, Install metamask for chrome 这个时候就会跳转到chrome商店然后添加插件到chrome浏览器就可以了。 安装完成后,浏览器的插件栏会出现metamask小狐狸图标,安装完成可以开始使用。 3. 开始使用生成钱包根据引导一步一步走,点击”开始使用”2. 导入或者创建 根据你的钱包习惯,喜欢用自己老的钱包去作为metamask钱包的话,可以直接用助记词导入钱包,在metamas...
进入区块链的大门 — — 硬件钱包的使用(第四讲)
我们前面讲到了加密货币钱包的概览,imtoken和metamask的使用。本讲的主要内容是硬件钱包 — ledger nano X的使用。 为什么选择Ledger? Ledger是法国的硬件钱包品牌,是目前销量最大的硬件钱包。产品经过了市场和安全机构的验证,使用方便。Ledger目前有三款产品,是ledger nano S,Ledger nano S plus 和 ledger nano X。Ledger nano S 只能连接电脑端并且最多安装3个币种的app。Ledger nano X 可以连接电脑端,并且可以通过蓝牙连接手机端。存储空间大,可以同时安装几十个app。因为Ledger nano X可以连接手机,适合对于操作频繁的用户购买。Ledger nano S plus则是 Ledger nano S的升级款,也可以同时安装几十个app,但是无法通过蓝牙与手机连接。在这里我推荐用户购买ledger nano S plus 或者ledger nano X,用户可以按需购买。为了保证安全,这里硬件设备只推荐从官网购买,因为无法判定其他经销商的真伪。避免因为买到假的硬件钱包或者...
进入区块链的大门 — — 取消钱包授权(第五讲)
前面我们有讲到不同钱包的使用方法,和如何访问Dapp。对于经常访问Dapp和使用DeFi应用的人们来说,若想在DeFi协议上使用代币,‘’代币授权‘’是经常性的步骤。什么是代币授权?以太坊链、EVM链(BSC/HECO/OKExChain/Polygon等)和波场链上的Dapp大都涉及到合约操作,授权即表示允许该合约地址提取用户的代币。Dapp需要访问代币才能需要对其操作。比如你想在uniswap卖掉WBTC,则需要‘’Approve‘’ Uniswap的智能合约访问你钱包内WBTC的权限,然后才能通过第二笔交易把WBTC转换成其他代币。在钱包上面,你可以看到该授权。为了提升用户体验,减少授权次数,Dapp会要求无限授权,即该智能合约有权对钱包内的某个币种有不限量的转移权限。对于靠谱的知名平台,如uniswap等,不会恶意操作转移用户的钱包资产。如果该Dapp一开始就是恶意的,则该钱包对于已经授权该平台的所有币种都有极大的安全隐患。即便是成熟的项目,也有可能存在漏洞而被攻击者利用。所以一旦用户给Dapp授权,钱包的该代币就会陷入风险。 虽然硬件钱包可以保护私钥,并且没有人能绕过硬...
进入区块链的大门 — — 网页插件钱包(第三讲)
我们前面讲到了加密货币钱包的概览,上一讲是关于imtoken钱包的使用。本讲的主要内容是Metamask。metamask 有两个版本,一个是在谷歌浏览器chrome的以太坊钱包插件,也是最常用的,另一个是手机的app。这里主要讲最常用的chrome浏览器插件版。 1. 下载谷歌浏览器:https://www.google.com/chrome/ 记住一定要在官网下载,或者在有保障的平台下载,不要下载未知源头下载的谷歌浏览器。 2. 下载metamask的chrome浏览器插件 metamask的官方网站为https://metamask.io/ 点击下载,然后选择Chrome, Install metamask for chrome 这个时候就会跳转到chrome商店然后添加插件到chrome浏览器就可以了。 安装完成后,浏览器的插件栏会出现metamask小狐狸图标,安装完成可以开始使用。 3. 开始使用生成钱包根据引导一步一步走,点击”开始使用”2. 导入或者创建 根据你的钱包习惯,喜欢用自己老的钱包去作为metamask钱包的话,可以直接用助记词导入钱包,在metamas...
进入区块链的大门 — — 硬件钱包的使用(第四讲)
我们前面讲到了加密货币钱包的概览,imtoken和metamask的使用。本讲的主要内容是硬件钱包 — ledger nano X的使用。 为什么选择Ledger? Ledger是法国的硬件钱包品牌,是目前销量最大的硬件钱包。产品经过了市场和安全机构的验证,使用方便。Ledger目前有三款产品,是ledger nano S,Ledger nano S plus 和 ledger nano X。Ledger nano S 只能连接电脑端并且最多安装3个币种的app。Ledger nano X 可以连接电脑端,并且可以通过蓝牙连接手机端。存储空间大,可以同时安装几十个app。因为Ledger nano X可以连接手机,适合对于操作频繁的用户购买。Ledger nano S plus则是 Ledger nano S的升级款,也可以同时安装几十个app,但是无法通过蓝牙与手机连接。在这里我推荐用户购买ledger nano S plus 或者ledger nano X,用户可以按需购买。为了保证安全,这里硬件设备只推荐从官网购买,因为无法判定其他经销商的真伪。避免因为买到假的硬件钱包或者...
<100 subscribers
<100 subscribers
Share Dialog
Share Dialog


Starting from May, with some three-digit and brand name ENS sold at high prices, this project, which was launched in 2017, came into the limelight. At the same time, a large number of other DID projects have been launched to compete in the DID space. A good DID project is .bit, which was previously called DAS. This article explains the principle of .bit, and its advantages, and compares it with ENS to evaluate the potential and value of this project.
DID (Decentralized Identifier), is an open-standards-based identity framework that uses digital identifiers and verifiable credentials that are self-owned, independent, and enable trusted data exchange. It aims to protect the privacy and secure online interactions using blockchains, distributed ledger technology, and private/public key cryptography. The format of the DID is similar to that of an Internet domain name, so it is sometimes called a blockchain domain name.
What exactly is the use of .bit and .eth based on blockchain technology? What is the difference between them and Internet domains like .com? What is the reason behind the hype? To answer these questions, one needs to understand what .com is for.
For the Internet, it is to determine the server through the IP address to log in to different websites, for example, Apple’s IP address is 17.253.144.10, and you can remember this string of numbers should you wish to access Apple’s official website. Such addresses tend to be long and messy, making them challenging to remember, which is why there is a .com resolution service. Enter apple.com into the browser, and the backend resolves to an IP address of 17.253.144.10, identifying the server and website. Therefore, it would be easier and faster for users to enter apple.com to reach Apple’s official website.
And DID services (blockchain domain name) like .eth and .bit, resolve out only an IP address but a string of hash (blockchain address). For example, vitalik.eth will resolve to:0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
.com resolves to an IP address to locate a website, but what does vitalik.eth do when it resolves to an ETH address? In the blockchain world, an ETH address (public key) serves as both an identity credential and a payment address.
This serves several purposes.
First, others can transfer funds directly to the address of vitalik.eth, whether it be Bitcoin, Ethereum, or other cryptocurrencies (if the wallet address is already bound), whether it is 1 block or 100 million, and the funds can then be received by the address holder. DIDs serve as receiving accounts in the blockchain era.
Second, such DIDs can be used as their own ID, similar to Twitter or Telegram, and can be linked to a user’s account. Content creators, serve as the perfect IP that is completely under their control with no risk of being blocked.
Third, this DID can also become the domain name system for a new generation of decentralized websites. The traditional .com domain name system based on the HTTP protocol has major drawbacks, such as centralized storage resulting in easy loss of information (page 404), and is easily blocked by firewalls and susceptible to blacklisting and other behaviors. But the IPFS technology combined with the DID can solve the problem, all the content will be IPFS form of decentralized storage, multi-node preservation, and content encryption — the way to search the site will no longer be through the IP address, but a string of hashes, which gives the DID the opportunity to resolve it.
In the future when the IPFS protocol replaces the HTTP protocol, a new generation of domain name systems such as .bit or .eth will replace .com and become the norm for network domain names.
.bit is a blockchain-based, open source, decentralized cross-chain account system that provides a worldwide unique naming system with a .bit suffix that can be used in different scenarios, such as cryptocurrency transfer, domain name resolution, identity authentication, etc.
.bit is the first decentralized account system with broad compatibility, allowing users to register and manage their .bit accounts with any public chain address or even email.
The core elements of a .bit account contain the owner/manager, and the record (i.e. the data associated with). Unlike ENS, the owner/manager of .bit can be any public chain private key or even email; unlike DNS, .bit supports any type of record. (Source: docs.did.id)

Core Protocol
This refers to a series of Lock Scripts and Type Scripts deployed on Nervos CKB. They define .bit accounts and the related operational standards for .bit accounts and are the concrete implementations of the .bit core protocols.
Keeper
Keeper is a set of off-chain programs that can be run by anyone without permission and is responsible for triggering a series of transactions that conform to the core protocol. Running a Keeper earns .bit system rewards.
Resolution Service
It resolves the global state of .bit based on the transactions on Nervos CKB and provides account resolution service to the public in the form of an interface.
Client SDK
Includes SDKs in various languages to simplify the integration of mobile wallets, web wallets, server wallets, and other .bit-related applications.
Dapp UI
Users ultimately use various features of .bit through a variety of application interfaces. These applications can be used directly in the browser or can be integrated into popular wallet software.
This cross-chain differs from others. Traditional cross-chain usually means staking assets on one chain and getting related assets in another chain. There is no staking asset on any chains in this case as .bit uses Nervos CKB, which is compatible with any public chain’s account (address) system.
Users can install the BTC signature algorithm on Nervos CKB and make sure that the node must invoke the BTC signature algorithm to perform the checksum when packaging the transaction(which is generally a transfer of fungible or non-fungible tokens). After the verification is passed, the transaction is uploaded on the chain and the transfer of the assets is completed, which means users control their Nervos CKB assets with their BTC private keys.
For the same reason, any public chain’s signature algorithms can be installed on Nervos CKB and any public chain address is able to hold assets issued on Nervos CKB.
Users can also cross chains using the Convert Bridge. Users can burn the old one on one chain, and mint it on another chain.
It is clear that ENS is the most well-known project in the DID circuit and the explosion of this circuit has also been adue to ENS. We shall now compare the advantages and disadvantages of .bit and ENS from several aspects.
●Number of users
As of today, .bit has 118,000 registered accounts and 42,000 users, while ENS has 1.67 million registered accounts and 482,000 users, giving ENS a strong advantage in terms of the number of users. ENS has a strong advantage in terms of the number of users, mainly because of its first-mover nature and the hype surrounding the issuance of token airdrops and digital domains for BAYC holders. But while .bit is just about a year old, ENS has been around for four years. It is also impressive that .bit has reached its current number of users.
● Cross-chain capability
Since ENS is issued on the Ethereum chain, registration, management, and transaction can only be done on the Ethereum chain. The suffix of ENS is also .eth, which is a project belonging to the Ethereum ecology only. .bit is issued on Nervos CKB, which can provide account resolution service to the public in the form of an interface. .bit can also utilize Convert Bridge, which enables cross-chain. Therefore, .bit is not dependent on any single ecosystem and can interface with every public chain and can be converted to other public chains. This is where .bit excels.
●Residual name availability
Although the number of ENS users is relatively high, its potential to be mined is not high. Besides the need to spend on expensive gas fees, many domain names with investment value have long been grabbed by others, while “.bit” has only released 60% of 4–6 digit accounts so far, and the remaining 40% will be released sometime in the future, and everyone can make reservations for sought-after names, and the allocation process is relatively fair. Secondly, .bit with cross-chain property has an advantage over ENS in the future blockchain industry where multiple chains will co-exist.
●Security of names
As .bit is a common account layer for the whole Web3.0, and accounts are ultimately for human use, it is a necessary design criterion to improve the identifiability of .bit accounts and reduce the occurrence of fraud. To this end, .bit introduces a key design: there are strict restrictions on the characters that can be used to register a .bit account.
Firstly, only lowercase letters, numbers, and a small number of emojis are allowed to be registered as .bit accounts. Secondly, characters from certain languages cannot be mixed with characters from other languages. Fraud is more likely to occur in the Web 3.0 world, and Web 3.0 fraud cases are more immediate and more damaging than the phishing practices of the Web 2.0 world. In the Web 2.0 world, a user who visits the wrong website needs to go through some steps before information or property is stolen. But in the Web 3.0 world, if a user cannot tell the difference between satоshi.bit and satoshi.bit, he will transfer funds to the wrong person and access the wrong contract. Can the average user see the difference between satоshi.bit and satoshi.bit with the naked eye? Likely not. But in fact, the о in the former is a Russian character, while the o in the latter is an English character, and the two are completely different account names. Without any restrictions, it would be simply too easy for someone with ulterior motives to commit fraud. However, under the .bit system, the former will not be deemed a legitimate .bit account and will not be registered successfully.
In ENS, the rules and security of the name registration process are not so ideal. Anyone can register a domain name that looks the same as others that already exist by adding zero-width characters (abbreviated as ZWJ, which can be interpreted as spaces with no width). Take vitalik.eth, for example, one can add a zero-width hyphen between the English words vitalik, such as vitali%E2%80%8D%E2%80%8Dk, or vital%E2%80%8D%E2%80%8Dik, and ENS will show that the domain name is available for registration. The two domain names will look exactly the same, and no visible difference can be seen. This vulnerability is extremely easy to be exploited by scammers. If a scammer sends you a domain name with a zero-width hyphen at vitalik.eth, you will be led to believe that this is Vitalik’s account, and if a copy/paste function is performed while doing a funds transfer, the funds will go to the scammer. Such a problem was discovered by the ENS team early on, but there is no way to change the rules. ENS is a decentralized product and it would be impossible to delete any of the registered domains.

Therefore, this problem can only be solved by detection and warning on ENS.
.bit, a project that just raised US$13 million in Series A funding, has many advantages:
.bit is feature-rich.
.bit can have many users even in the early stage.
The excellent “cross-chain mechanism” makes .bit not dependent on a single public chain, which is applicable to a wide range of applications.
There are still many valuable DID names in .bit that have not yet been registered.
.bit’s name design rules are more secure and reasonable.
At the same time, .bit, as a slightly later project in the DID track, the project teams need to consider how to operate the project to develop rapidly and shorten the gap in scale with ENS, given that ENS has the advantage of the number of users at present.
Written by: Lucio Lyu
Twitter: @imLucio_eth
Starting from May, with some three-digit and brand name ENS sold at high prices, this project, which was launched in 2017, came into the limelight. At the same time, a large number of other DID projects have been launched to compete in the DID space. A good DID project is .bit, which was previously called DAS. This article explains the principle of .bit, and its advantages, and compares it with ENS to evaluate the potential and value of this project.
DID (Decentralized Identifier), is an open-standards-based identity framework that uses digital identifiers and verifiable credentials that are self-owned, independent, and enable trusted data exchange. It aims to protect the privacy and secure online interactions using blockchains, distributed ledger technology, and private/public key cryptography. The format of the DID is similar to that of an Internet domain name, so it is sometimes called a blockchain domain name.
What exactly is the use of .bit and .eth based on blockchain technology? What is the difference between them and Internet domains like .com? What is the reason behind the hype? To answer these questions, one needs to understand what .com is for.
For the Internet, it is to determine the server through the IP address to log in to different websites, for example, Apple’s IP address is 17.253.144.10, and you can remember this string of numbers should you wish to access Apple’s official website. Such addresses tend to be long and messy, making them challenging to remember, which is why there is a .com resolution service. Enter apple.com into the browser, and the backend resolves to an IP address of 17.253.144.10, identifying the server and website. Therefore, it would be easier and faster for users to enter apple.com to reach Apple’s official website.
And DID services (blockchain domain name) like .eth and .bit, resolve out only an IP address but a string of hash (blockchain address). For example, vitalik.eth will resolve to:0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
.com resolves to an IP address to locate a website, but what does vitalik.eth do when it resolves to an ETH address? In the blockchain world, an ETH address (public key) serves as both an identity credential and a payment address.
This serves several purposes.
First, others can transfer funds directly to the address of vitalik.eth, whether it be Bitcoin, Ethereum, or other cryptocurrencies (if the wallet address is already bound), whether it is 1 block or 100 million, and the funds can then be received by the address holder. DIDs serve as receiving accounts in the blockchain era.
Second, such DIDs can be used as their own ID, similar to Twitter or Telegram, and can be linked to a user’s account. Content creators, serve as the perfect IP that is completely under their control with no risk of being blocked.
Third, this DID can also become the domain name system for a new generation of decentralized websites. The traditional .com domain name system based on the HTTP protocol has major drawbacks, such as centralized storage resulting in easy loss of information (page 404), and is easily blocked by firewalls and susceptible to blacklisting and other behaviors. But the IPFS technology combined with the DID can solve the problem, all the content will be IPFS form of decentralized storage, multi-node preservation, and content encryption — the way to search the site will no longer be through the IP address, but a string of hashes, which gives the DID the opportunity to resolve it.
In the future when the IPFS protocol replaces the HTTP protocol, a new generation of domain name systems such as .bit or .eth will replace .com and become the norm for network domain names.
.bit is a blockchain-based, open source, decentralized cross-chain account system that provides a worldwide unique naming system with a .bit suffix that can be used in different scenarios, such as cryptocurrency transfer, domain name resolution, identity authentication, etc.
.bit is the first decentralized account system with broad compatibility, allowing users to register and manage their .bit accounts with any public chain address or even email.
The core elements of a .bit account contain the owner/manager, and the record (i.e. the data associated with). Unlike ENS, the owner/manager of .bit can be any public chain private key or even email; unlike DNS, .bit supports any type of record. (Source: docs.did.id)

Core Protocol
This refers to a series of Lock Scripts and Type Scripts deployed on Nervos CKB. They define .bit accounts and the related operational standards for .bit accounts and are the concrete implementations of the .bit core protocols.
Keeper
Keeper is a set of off-chain programs that can be run by anyone without permission and is responsible for triggering a series of transactions that conform to the core protocol. Running a Keeper earns .bit system rewards.
Resolution Service
It resolves the global state of .bit based on the transactions on Nervos CKB and provides account resolution service to the public in the form of an interface.
Client SDK
Includes SDKs in various languages to simplify the integration of mobile wallets, web wallets, server wallets, and other .bit-related applications.
Dapp UI
Users ultimately use various features of .bit through a variety of application interfaces. These applications can be used directly in the browser or can be integrated into popular wallet software.
This cross-chain differs from others. Traditional cross-chain usually means staking assets on one chain and getting related assets in another chain. There is no staking asset on any chains in this case as .bit uses Nervos CKB, which is compatible with any public chain’s account (address) system.
Users can install the BTC signature algorithm on Nervos CKB and make sure that the node must invoke the BTC signature algorithm to perform the checksum when packaging the transaction(which is generally a transfer of fungible or non-fungible tokens). After the verification is passed, the transaction is uploaded on the chain and the transfer of the assets is completed, which means users control their Nervos CKB assets with their BTC private keys.
For the same reason, any public chain’s signature algorithms can be installed on Nervos CKB and any public chain address is able to hold assets issued on Nervos CKB.
Users can also cross chains using the Convert Bridge. Users can burn the old one on one chain, and mint it on another chain.
It is clear that ENS is the most well-known project in the DID circuit and the explosion of this circuit has also been adue to ENS. We shall now compare the advantages and disadvantages of .bit and ENS from several aspects.
●Number of users
As of today, .bit has 118,000 registered accounts and 42,000 users, while ENS has 1.67 million registered accounts and 482,000 users, giving ENS a strong advantage in terms of the number of users. ENS has a strong advantage in terms of the number of users, mainly because of its first-mover nature and the hype surrounding the issuance of token airdrops and digital domains for BAYC holders. But while .bit is just about a year old, ENS has been around for four years. It is also impressive that .bit has reached its current number of users.
● Cross-chain capability
Since ENS is issued on the Ethereum chain, registration, management, and transaction can only be done on the Ethereum chain. The suffix of ENS is also .eth, which is a project belonging to the Ethereum ecology only. .bit is issued on Nervos CKB, which can provide account resolution service to the public in the form of an interface. .bit can also utilize Convert Bridge, which enables cross-chain. Therefore, .bit is not dependent on any single ecosystem and can interface with every public chain and can be converted to other public chains. This is where .bit excels.
●Residual name availability
Although the number of ENS users is relatively high, its potential to be mined is not high. Besides the need to spend on expensive gas fees, many domain names with investment value have long been grabbed by others, while “.bit” has only released 60% of 4–6 digit accounts so far, and the remaining 40% will be released sometime in the future, and everyone can make reservations for sought-after names, and the allocation process is relatively fair. Secondly, .bit with cross-chain property has an advantage over ENS in the future blockchain industry where multiple chains will co-exist.
●Security of names
As .bit is a common account layer for the whole Web3.0, and accounts are ultimately for human use, it is a necessary design criterion to improve the identifiability of .bit accounts and reduce the occurrence of fraud. To this end, .bit introduces a key design: there are strict restrictions on the characters that can be used to register a .bit account.
Firstly, only lowercase letters, numbers, and a small number of emojis are allowed to be registered as .bit accounts. Secondly, characters from certain languages cannot be mixed with characters from other languages. Fraud is more likely to occur in the Web 3.0 world, and Web 3.0 fraud cases are more immediate and more damaging than the phishing practices of the Web 2.0 world. In the Web 2.0 world, a user who visits the wrong website needs to go through some steps before information or property is stolen. But in the Web 3.0 world, if a user cannot tell the difference between satоshi.bit and satoshi.bit, he will transfer funds to the wrong person and access the wrong contract. Can the average user see the difference between satоshi.bit and satoshi.bit with the naked eye? Likely not. But in fact, the о in the former is a Russian character, while the o in the latter is an English character, and the two are completely different account names. Without any restrictions, it would be simply too easy for someone with ulterior motives to commit fraud. However, under the .bit system, the former will not be deemed a legitimate .bit account and will not be registered successfully.
In ENS, the rules and security of the name registration process are not so ideal. Anyone can register a domain name that looks the same as others that already exist by adding zero-width characters (abbreviated as ZWJ, which can be interpreted as spaces with no width). Take vitalik.eth, for example, one can add a zero-width hyphen between the English words vitalik, such as vitali%E2%80%8D%E2%80%8Dk, or vital%E2%80%8D%E2%80%8Dik, and ENS will show that the domain name is available for registration. The two domain names will look exactly the same, and no visible difference can be seen. This vulnerability is extremely easy to be exploited by scammers. If a scammer sends you a domain name with a zero-width hyphen at vitalik.eth, you will be led to believe that this is Vitalik’s account, and if a copy/paste function is performed while doing a funds transfer, the funds will go to the scammer. Such a problem was discovered by the ENS team early on, but there is no way to change the rules. ENS is a decentralized product and it would be impossible to delete any of the registered domains.

Therefore, this problem can only be solved by detection and warning on ENS.
.bit, a project that just raised US$13 million in Series A funding, has many advantages:
.bit is feature-rich.
.bit can have many users even in the early stage.
The excellent “cross-chain mechanism” makes .bit not dependent on a single public chain, which is applicable to a wide range of applications.
There are still many valuable DID names in .bit that have not yet been registered.
.bit’s name design rules are more secure and reasonable.
At the same time, .bit, as a slightly later project in the DID track, the project teams need to consider how to operate the project to develop rapidly and shorten the gap in scale with ENS, given that ENS has the advantage of the number of users at present.
Written by: Lucio Lyu
Twitter: @imLucio_eth
No comments yet