web3.0学习入门6:web3.0开发入门

资讯 2024-07-10 阅读:32 评论:0
Web 3.0 的概念是由以太坊联合创始人 Gavin Wood 在 2014 年提出的,指基于区块链的去中心化在线生态系统,它代表了下一代互联网时代。目前 Web...
美化布局示例

欧易(OKX)最新版本

【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   全球官网 大陆官网

币安(Binance)最新版本

币安交易所app【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

火币HTX最新版本

火币老牌交易所【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

Web 3.0 的概念是由以太坊联合创始人 Gavin Wood 在 2014 年提出的,指基于区块链的去中心化在线生态系统,它代表了下一代互联网时代。目前 Web 3.0 仍处于起步阶段,但是发展非常迅猛,其去中心化、抗审查等特点使得人们更容易建设一个开放的网络生态。

The concept of Web 3.0 is proposed in 2014 by Gavin Wood, a co-founder of the Etherpentry, & #xff0c; refers to decentralised online ecosystems based on block chains & #xff0c; it represents the next generation of the Internet. Web 3.0 is still in its infancy & #xff0c; however, development is very rapid & #xff0c; its decentralization, anti-censorship features make it easier to build an open network ecology.

1989 年,Tim Bernes-Lee 撰写了一篇题为“Information Management: A Proposal”的论文,其中他将“网络”一词描述为一个由超文本链接相互连接而成的信息系统网络,这就是 Web 1.0。Web 1.0 发生在 1990 至 2004 年间,Netscape、谷歌、Yahoo、Amazon、eBay、Java 和 AOL 等公司凭借其浏览器和搜索引擎主导了互联网,这些平台是 Web 1.0 时代的内容创造者,而上面的绝大多数用户是内容的消费者。

1989 xff0c; Tim Bernes-Lee wrote a paper entitled “Information Management: A Proposal” & #xff0c; in which he described the term “network” as an information system network with hyperlinks & #xff0c; this is Web 1.0. Web 1.0 occurred between 1990 and 2004 xff0c; Netscape, Google, Yahoo, Amazon, eBay, Java and AOL led the Internet with their browsers and search engines; these platforms were created by the web 1.0 era #xff0c; and most users were consumers of content.

b3d0e5b6ebf441dea6b6dbb1134579c7.png

随着社交媒体平台的出现,Web 2.0 时期开始于 2004 年。在 Web 2.0 时代,用户能够上传自己的文本、图片和视频等内容到平台上,不再是内容的被动接受者,而是可以创造内容并与其他人进行交流。在 Web 2.0 时代,人们变成各种应用程序的用户,并在这些产品上创造大量的内容,这些数据被一个中心化的平台所掌控。

The period of social media platforms xff0c; Web 2.0 began in 2004. In the Web 2.0 era xff0c; users can upload content such as text, pictures and videos to the platform xff0c; they are no longer passive recipients of content xff0c; they can create content and communicate with others. In the Web 2.0 era xff0c; people become users of various applications xff0c; and they create a lot of content on these products xff0c; these data are controlled by a centralized platform.

67f469cc5d38517933359051ecb8cb39.png

Web 3.0 的概念是由以太坊联合创始人、 Polkadot 创造者 Gavin Wood 在 2014 年提出的,代表了下一代的去中心化互联网,并赋予了个体价值。Web 3.0 关注的是通过区块链等去中心化技术形成的“谁创造,谁拥有”的关系价值。

The concept of Web 3.0 is proposed in 2014 by Gavin Wood, the co-founder of the Etherms and creator of Polkadot; xff0c; xff0c, representing the next generation of decentralized Internet xff0c; and gives individual value. Web 3.0 is concerned with the value of the relationship “who creates xff0c; who owns” through decentralized technology such as block chains.

c8718f22cfbc937a167f71199a24bb4e.png

以太坊官网对 Web 3.0 主要特点的总结如下:

The following is a summary of the main features of Web 3.0 by the Taiwan Network: #xff1a;

  • Web3 is decentralized:?instead of large swathes of the internet controlled and owned by centralized entities, ownership gets distributed amongst its builders and users.

  • Web3 is?permissionless?:?everyone has equal access to participate in Web3, and no one gets excluded.

  • Web3 has native payments:?it uses cryptocurrency for spending and sending money online instead of relying on the outdated infrastructure of banks and payment processors.

  • Web3 is?trustless?:?it operates using incentives and economic mechanisms instead of relying on trusted third-parties.

Web 2.0 开发范式:

Web 2.0 Development Model & #xff1a;

  • 需要开发登录、注册功能,让用户绑定邮箱、绑定手机,需要搭建数据库来存储用户注册信息以及用户交互数据

    Requires the development of login, registration functions & #xff0c; allows users to bind mailboxes, bind cell phones & #xff0c; requires a database to store user registration information and user interactive data

  • 使用前端代码语言(JavaScript, HTML, CSS)来开发页面逻辑,需要搭建一个服务器来部署前端页面

    Use the front end code language (JavaScript, HTML, CSS) to develop page logic & #xff0c; a server needs to be installed to pre-deployment the end page

  • 使用后端代码语言(像 Node.js, Java, Go 等)来开发业务逻辑,并需要搭建一个服务器来部署后端服务,并需要运维服务

    Use backend code language xff08; e. g. Node. js, Java, Go et al. xff09; develop business logic xff0c; require a server to deploy backend services xff0c; require a transport service

  • 所有代码、数据都部署在中心化的服务器上,所有控制权归开发者

    All codes, data are deployed on a centralized server & #xff0c; all control rests with the developer

Web 3.0 开发范式:

Web 3.0 Development Model #xff1a;

  • 不需要用户绑定邮箱,绑定手机,可以直接通过钱包登录,也不需要存储用户信息

    User-bound mailbox & #xff0c need not be tied; mobile phone & #xff0c need to be tied; direct access to wallet & #xff0c need not be stored

  • 可以不需要搭建前端服务器,用户可通过 IPFS 或 arweave 存储前端页面,并进行访问

    A front-end server xff0c is not required; users can store front-end pages xff0c through IPFS or anarweave; and access

  • 不需要搭建后端服务器,后端逻辑是用智能合约编写的,运行在 EVM 上的

    No backend server & #xff0c is required; backend logic is written with smart contracts & #xff0c; running on EVM

  • 不需要搭建数据库,历史数据与数据库操作通过 TheGraph 来实现

    No database & #xff0c is required; historical data and database operations are done through TheGraph

美化布局示例

欧易(OKX)最新版本

【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   全球官网 大陆官网

币安(Binance)最新版本

币安交易所app【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

火币HTX最新版本

火币老牌交易所【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址
文字格式和图片示例

注册有任何问题请添加 微信:MVIP619 拉你进入群

弹窗与图片大小一致 文章转载注明

分享:

扫一扫在手机阅读、分享本文

发表评论
平台列表
美化布局示例

欧易(OKX)

  全球官网 大陆官网

币安(Binance)

  官网

火币(HTX)

  官网

Gate.io

  官网

Bitget

  官网

deepcoin

  官网
热门文章
  • 美国可以使用什么加密货币交易所_前10名比特币交易平台名单

    美国可以使用什么加密货币交易所_前10名比特币交易平台名单
    美国可以使用什么加密货币交易所?What is an encrypted currency exchange that the United States can use?随着加密货币的普及,加密货币交易所也越来越多。对于美国的加密货币交易者而言,选择一个可靠、安全且易于使用的交易所是十分重要的事情。那么,美国可以使用哪些加密货币交易所呢?以下是前10名比特币交易平台名单:The choice of a reliable, secure, and easy-to-use...
  • 2017比特币已经挖出,比特币是什么?

    2017比特币已经挖出,比特币是什么?
    20 17比特币已经挖出了目录。20 17比特币被挖出来了。比特币是什么?比特币在20 17达到挖矿上限。在20 17中,比特币达到了挖矿上限,这意味着比特币的总数达到了2 1 100,000。比特币挖矿会越来越少。由于比特币挖矿的奖励每四年减半一次,未来比特币挖矿的数量将减少,比特币的价格可能会上涨。影响比特币市场的主要因素。除了挖矿上限和奖励减半之外,比特币市场还受到供需、投资者情绪和监管政策等因素的影响。比特币的未来前景。随着全球对比特币的认知度越来越高,比特币的前景仍...
  • 2015年宝马3系二手车价格多少钱

    2015年宝马3系二手车价格多少钱
    爱你一生不变心6558 2022-04-28 13:20:03 二手车能不能买主要看车况,如果车况好就可以考虑,车况不好价格再低也别考虑,像2015款宝马3系目前行情价是在18.32万这样,如果低...
  • Coinbase:财富100强企业过去一年的Web3采用率增长39%

    Coinbase:财富100强企业过去一年的Web3采用率增长39%
    随着比特币、以太坊等主流加密货币在web2世界的认可度变得越来越高,许多web2传统公司也积极拥抱web3,加速采用和开发区块链产品的速度和应用层面。With ˂a style= "max-width": 90%" href=https://m.php.cn/zt/21172.html" target="_blank" bitcoin, ˂a style="color:#f60; text-decoration: unde...
  • 正在阅读:MetaMask-以太坊钱包(浏览器插件)使用教程MetaMask-以太坊钱包(浏览器插件)使用教程

    正在阅读:MetaMask-以太坊钱包(浏览器插件)使用教程MetaMask-以太坊钱包(浏览器插件)使用教程
    简介:MetaMask 是一款浏览器插件钱包,不需下载安装客户端,只需添加至浏览器扩展程序即可使用,非常方便。它是很多支持 ETH 参投的 ICO 项目推荐使用的钱包之一。Introduction: MetaMask is a wallet of ˂a href=http://dl.pconline.com.cn/sort/104.html" target="_blank"crass="cmsLink" browser, not to download and i...
标签列表