中国域名投资网

  www.nowsoho.com.cn

Freename成为ICANN认可注册商,连接传统域名与Web3

发表时间:2025/9/28  浏览次数:42085713  
字体大小: 【小】 【中】 【大】
Web3 命名平台Freename再次迈出关键一步。近日,该公司宣布正式成为ICANN 认可的域名注册商,不仅能够提供传统的互联网域名服务,还将继续扩展其最具特色的区块链命名体系。



Freename 的起点与大多数域名公司不同。公司成立之初,它专注于 Web3 领域,推出了一套允许用户自行创建基于区块链顶级域名的解决方案。在这一模式下,个人或企业不仅能够拥有属于自己的链上域名,还能在其上建立新的生态,比如作为钱包地址、去中心化身份标识,甚至发行子域名。

今年早些时候,Freename 完成了650 万美元的融资,这笔资金帮助公司快速扩张,并推动其申请和获得 ICANN 的正式认可。随着注册商业务的推出,Freename 也兑现了之前的承诺:将传统 DNS 与 Web3 技术结合。



对用户而言,这一转变意味着更多的选择和更少的隔阂。当人们搜索域名时,不再局限于单一渠道,而是可以在多种路径中自由切换。例如,用户既可以注册一个常见的.com域名,用于搭建网站或配置电子邮件;也可以选择将其注册为一个 Web3 顶级域名,在链上使用;又或者,利用 Freename 现有的扩展,注册属于自己的二级域名。

目前,Freename 已经具备提供真实域名与区块链域名的条件。至于这种模式能否被市场广泛接受,以及是否会推动 DNS 与 Web3 的进一步融合,还需要时间来检验。
文章评论
发表评论:(匿名发表无需登录,已登录用户可直接发表。) 登录状态: 未登录,点击登录

电话/微信 15201732908  邮箱:727678321@qq.com 网址:www.nowsoho.com.cn

电脑网站.中国域名投资网 Copyright ©2016-2036 shanghai MOMO CORPORATION All Rights Reserved.

手机网站http://m.nowsoho.com.cn

沪ICP备2025119213号-1










My title

curl -H 'Content-Type:text/plain' --data-binary @urls.txt "http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG" POST /urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG HTTP/1.1 User-Agent: curl/7.12.1 Host: data.zz.baidu.com Content-Type: text/plain Content-Length: 83 $urls = array( 'http://www.example.com/1.html', 'http://www.example.com/2.html', ); $api = 'http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG'; $ch = curl_init(); $options = array( CURLOPT_URL => $api, CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_POSTFIELDS => implode("\n", $urls), CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), ); curl_setopt_array($ch, $options); $result = curl_exec($ch); echo $result; $urls = array( 'http://www.example.com/1.html', 'http://www.example.com/2.html', ); $api = 'http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG'; $ch = curl_init(); $options = array( CURLOPT_URL => $api, CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_POSTFIELDS => implode("\n", $urls), CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), ); curl_setopt_array($ch, $options); $result = curl_exec($ch); echo $result; http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG curl -H 'Content-Type:text/plain' --data-binary @urls.txt "http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG"






 

 

	My title

page contents




































curl -H 'Content-Type:text/plain' --data-binary @urls.txt "http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG" http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG POST /urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUGHTTP/1.1 User-Agent: curl/7.12.1 Host: data.zz.baidu.com Content-Type: text/plain Content-Length: 83 $urls = array( 'http://www.example.com/1.html', 'http://www.example.com/2.html', ); $api = 'http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG'; $ch = curl_init(); $options = array( CURLOPT_URL => $api, CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_POSTFIELDS => implode("\n", $urls), CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), ); curl_setopt_array($ch, $options); $result = curl_exec($ch); echo $result; require 'net/http' urls = ['http://www.example.com/1.html', 'http://www.example.com/2.html'] uri = URI.parse('http://data.zz.baidu.com/urls?site=www.nowsoho.com.cn&token=f8ixxbmS2JxmLNUG') req = Net::HTTP::Post.new(uri.request_uri) req.body = urls.join("\n") req.content_type = 'text/plain' res = Net::HTTP.start(uri.hostname, uri.port) { |http| http.request(req) } puts res.body