search
Homeweb3.0How to use technical logic to dismantle new and old projects around the world?

How to use technical logic to dismantle new and old projects around the world?

Author: Wyz Research

Background

When we see a blockchain project , whether it is a newly emerging public chain, a consortium chain for compliance projects, or many blockchains that are named public chains but are actually private management rights. Or when we see a dApp, whether it is DeFi, GameFi, wallet, NFT trading platform and some hybrid applications.

In many products and services, gorgeous descriptions and exquisite designs are often used, which can easily make users feel good, but sometimes it may also cause users to misunderstand the true situation of the product.

But if you want to identify a "technically logical" high-quality project, you must put aside the appearance and look at the essence. You need to clearly understand how it is composed? How to build? Who is in control? , because projects in the industry will use appearances to create a blueprint to support secondary prices and market values. Without the ability to identify technologies, the chance of falling into a bubble will increase.

In order to solve this problem, we need to use standard technical thinking to analyze blockchain and dApp, just like studying pathology to find out the lesions. We need to have the ability to conduct in-depth analysis of projects. This article will provide the basic logic (non-commercial logic) of dismantling blockchain and dApp, which will help us consider other factors to assist our judgment on this basis.

Definition

First we need to understand the relationship between computing resources, blockchain, and applications.

We often hear similar statements, for example, blockchain has decentralized characteristics, Ethereum is called the world computer, and applications built on Ethereum are called dApps. These statements convey the concept that blockchain is a basic technology and applications are built on it.

From a technical perspective, when building an application, there are computing and storage issues to consider. Blockchain provides an environment with computing and storage capabilities for applications.

When we map the micro-level technology layering logic to the entire Internet, we can infer from this perspective:

The bottom layer of the Internet is the Internet infrastructure, that is, the layer that provides computing resources. The upper layer is a variety of applications that are common in our lives, such as Internet platforms.

Internet infrastructure Since the large-scale development of cloud services, cloud services have become mainstream and can almost replace the entire Internet infrastructure.

So, this means that the structure of the Internet can be understood as: cloud application.

Thus, by comprehensively comparing the above two structural inferences, it can be concluded that:

The blockchain network has the same capabilities as cloud services and provides an environment for application deployment.

Inclusion relationship

Building a blockchain network requires underlying computing resources. Currently, blockchains in the industry do not entirely use self-built resources to form networks. Most of them use the cloud. This means that cloud services are also the lower-level resource layer infrastructure of the blockchain network, and the blockchain network has become a new component rooted in the Internet.

To sum up, we can define it as follows:

  • Blockchain network = new "cloud service (distributed)"

  • Application dApp on the blockchain = new application under the new "cloud environment"

Based on the fact that the current blockchain is still rooted in the Internet infrastructure, we will proceed again An enumeration of some key evidence includes:

  • Computing resources (even physical machines) also need to be connected to the Internet communication network

  • Many areas Blockchain networks all open virtual machines and deploy nodes in cloud servers

  • After deploying the node, you need to manage the cloud resources

  • You still need to deploy the node software on the hardware or the operating system of the cloud service

  • You need to rely on cloud services to develop Web or M sites as front-end

  • When accessing the chain, you still use the remote calling method of Internet development applications

The above is the detailed content of How to use technical logic to dismantle new and old projects around the world?. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:ChainCatcher. If there is any infringement, please contact admin@php.cn delete
区块链只能用go语言吗区块链只能用go语言吗Dec 27, 2022 pm 05:25 PM

不是。区块链是一种编程思想,原则上使用任何一种编程语言都可以实现,比如Solidity、C++、C#、Java、javascript、Go都可以实现区块链的开发;区块链技术涉及的面很广,而编程语言只是一种手段,把设计理念用代码呈现出来,做成产品服务用户。

什么是OCO订单?什么是OCO订单?Apr 25, 2023 am 11:26 AM

二选一订单(OneCancelstheOther,简称OCO)可让您同时下达两个订单。它结合了限价单和限价止损单,但只能执行其中一个。换句话说,只要其中的限价单被部分或全部成交、止盈止损单被触发,另一个订单将自动取消。请注意,取消其中一个订单也会同时取消另一个订单。在币安交易平台进行交易时,您可以将二选一订单作为交易自动化的基本形式。这个功能可让您选择同时下达两个限价单,从而有助于止盈和最大程度减少潜在损失。如何使用二选一订单?登录您的币安帐户之后,请前往基本交易界面,找到下图所示的交易区域。点

go语言能开发区块链吗go语言能开发区块链吗Jan 03, 2023 pm 01:41 PM

可以开发。区块链是一种编程思想,原则上使用任何一种编程语言都可以实现,比如go语言、Solidity、C++、C#、Java、javascript都可以实现区块链的开发。Go语言是为了解决分布式计算,而区块链是典型的分布式数据存储系统,因此go语言能开发区块链。且Go易学易用,能很好的满足区块链行开发需要的“执行效率高、高并发、跨平台,网络开发要求高”等特点。

为什么用go语言写区块链为什么用go语言写区块链Mar 04, 2021 pm 03:42 PM

原因:1、Go语言具有部署简单、性能优秀、并行执行性能好、良好语言设计、内置大量库、团队牛逼等优势。2、以太坊和超级账本都选择使用Go作为开发语言;这两大超级区块链的影响力很大,不仅在生态中占据了大的坑位,事实上还隐性的制定了区块链的标准。

深入学习区块链的Go语言开发框架深入学习区块链的Go语言开发框架Jun 04, 2023 pm 08:01 PM

区块链技术的出现,使得数字货币的应用成为可能,也在许多领域得到了广泛应用。随着区块链技术领域的扩大,开发人员对于更好的应用程序编写方式的需求也高涨起来。于是,一个叫做Go语言(简称Golang)的编程语言悄悄兴起,成为了区块链开发人员的最爱。Go语言是谷歌公司开发的一种系统级编程语言,自诞生以来,一直着重强调程序设计的简捷和高效。Go语言的优点包括:静态类型

打造高效的区块链技术开发环境(使用Go语言)打造高效的区块链技术开发环境(使用Go语言)Jun 05, 2023 am 08:21 AM

随着区块链技术的发展和应用越来越广泛,有越来越多的人开始参与到区块链技术的开发中来。而要想打造高效的区块链技术开发环境,选择合适的开发语言和工具是非常重要的。Go语言正是一个很好的选择,因为它的性能很高,同时还有很多优秀的开源工具和库,能够大大提高开发效率。下面就来介绍一下如何打造高效的区块链技术开发环境,使用Go语言进行开发。一、选择Go语言在选择开发语言

如何利用Go语言实现全球唯一的区块链身份标识如何利用Go语言实现全球唯一的区块链身份标识Jun 04, 2023 pm 03:51 PM

区块链是一种去中心化的分布式账本技术,随着其应用领域的不断扩展,如何保障区块链参与者的身份安全问题也逐渐成为热门话题。本文将介绍如何利用Go语言实现全球唯一的区块链身份标识。一、为什么需要区块链身份标识在现有的互联网世界中,身份验证是一个非常重要的问题。通过用户名和密码等方式,用户可以登录到我门的网站上,从而使用我们的服务。但是,在互联网上,身份验证存在着

区块链应用中的Go语言快速开发技巧分享区块链应用中的Go语言快速开发技巧分享Jun 04, 2023 pm 10:11 PM

区块链技术目前已成为数字化时代的热门话题,而Go语言在区块链开发中也占据着重要地位。作为一种高效、稳定且易于学习的编程语言,Go语言可以快速开发出高质量的区块链应用程序。本文将分享一些Go语言快速开发区块链应用的技巧。一、使用Go语言特有的协程来提高并发度Go语言的协程(goroutine)是其并发机制的重要组成部分。协程相较于传统的线程机制,具有更小的内存

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),