国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Table of Contents
1. Infrastructure
3. On-chain performance
4. Conclusion
Home web3.0 Annual overview of the Cosmos ecosystem: well-known projects emerge and core developers continue to grow

Annual overview of the Cosmos ecosystem: well-known projects emerge and core developers continue to grow

Feb 21, 2024 am 09:10 AM
Blockchain Ethereum Blockchain technology Key words metamask Modular blockchain cosmos

Original author: Xangle

Original compilation: Felix, PANews

2023 In 2016, the Cosmos ecosystem grew rapidly, and its unique interoperability and modular structure attracted a large number of developers and projects, bringing new possibilities to blockchain technology.

This article will explore the major changes, technology updates, and new projects within the Cosmos ecosystem in 2023. At the same time, there will also be an in-depth study of technological advancements and market changes in the Cosmos ecosystem, as well as Cosmos' redefinition of the existing blockchain paradigm.

1. Infrastructure

1.1 Major update of Cosmos SDK

The modules managed by Cosmos SDK are mainly used to develop chains in the Cosmos ecosystem. Below are the major updates to the SDK released in 2023.

Version 0.47 Update

CometBFT has been upgraded to the latest version 0.47, as a new branch of the Tendermint consensus engine, now included in the Cosmos SDK. This update does not introduce major changes and is mainly designed to support the smooth migration of blockchains previously using Tendermint to CometBFT.

Version 0.50 Update

ABCI 2.0: ABCI is the interface responsible for data exchange between the consensus engine and the application layer responsible for different functions on the chain. The consensus engine CometBFT (Tendermint) is responsible for block generation and transaction broadcasting, which is the process of determining the order of transactions. Due to the design of ABCI, there are limitations in processing transactions in the required order in the mempool. To overcome this problem, ABCI 2.0 adds a new process called "PrepareProposal" to determine the order of transactions in the mempool and pass it to CometBFT.

Optimistic Execution: In the previous Cosmos SDK, all validators needed to reach consensus to execute transactions and submit the results to the chain. This move slowed down the execution of transactions, and to overcome this issue, a feature called “Optimistic Execution” was introduced. This feature allows transactions to be executed and submitted without the consent of all validators, thereby increasing transaction throughput.

SDK Modules: The Cosmos SDK contains various modules for application development. Previously, each module's update followed the updated version of the SDK, so it was difficult to track the update history of each module. In version 0.50, version control of each module is implemented independently, making it easier to track update records. In addition, the data storage model Store and IAVL have been decoupled so that they can be updated independently.

1.2 Cosmos on Metamask

Since there are multiple chains in the Cosmos ecosystem, each chain has an independent address even if the mnemonic words are the same. Although the Keplr wallet is currently used for integration and management, it requires the use of a new wallet application, providing a poor user experience and raising the barrier to entry.

Cosmos is working on projects to solve this problem. Against this background, Metamask implements full support for Snap, allowing custom features to be added to Metamask. Transactions can now be created on Cosmos-based chains, including Leap wallets. In other words, the technical foundation has been laid, and users familiar with EVM-based chains can be more easily attracted to the Cosmos ecosystem.

Cosmos 生態(tài)年度概覽:知名項目涌現(xiàn),核心開發(fā)者持續(xù)增長

##Leap Wallet(https://cosmos.leapwallet.io/portfolio/overview)

1.3 MultiVM

Unfortunately, the Cosmos SDK does not support virtual machines for smart contracts. Therefore, several projects have emerged to develop virtual machines that have been verified and used in other blockchains, or there are projects to develop virtual machines unique to the Cosmos ecosystem. Some people have tried to integrate various virtual machines (such as EVM, WasmVM, SolanaVM, MoveVM, etc.) with the Cosmos SDK, and have highly praised some virtual machines. If more commonly used virtual machines are supported, it will be easier for dApp developers to enter the Cosmos ecosystem.

2. Projects

The following are some interesting and eye-catching projects that will appear in the Cosmos ecosystem in 2023.

2.1 Celestia

The most popular project in the Cosmos ecosystem in 2023 is undoubtedly Celestia. Celestia is a representative modular blockchain project that roughly divides the functions of the blockchain into four parts:

  • Execution: The ability to process transactions and change chain state.

  • Settlement: Verify transactions processed by the computing layer.

  • Data Availability: Stores information from transactions and blocks and ensures it is always available.

  • Consensus: The ability to determine transaction validity or the order in which transactions are included in a block

Among these features, Celestia focuses on Data availability. The combination of Celestia and the word "L2" triggered the Rollup craze in the Cosmos ecosystem. For this purpose, a framework called "Rollkit" has been created and supported, which supports ABCI between Celestia and Cosmos SDK.

Cosmos 生態(tài)年度概覽:知名項目涌現(xiàn),核心開發(fā)者持續(xù)增長

##Celestia Rollkit ( https://docs.celestia.org/developers/rollkit )

Rollkit replaces Cosmos’ consensus engine Tendermint (more precisely CometBFT) and allows Celestia and the Cosmos SDK to communicate directly. Rollkit allows Sovereign Rollup by aggregating transactions in a block and leveraging Celestia’s consensus engine and data availability.

2.2 Skip Protocol

Skip Protocol is a project with the vision of "sovereign transaction infrastructure for sovereign blockchains". This protocol can improve the user experience of sovereign blockchains, make the order of transaction processing transparent, prevent malicious MEV, and improve the quality of the network.

Among user experience improvements, the project aims to solve the problem of the Inter-Blockchain Communication (IBC) protocol. IBC is a protocol for trading assets between different chains within Cosmos. In order to transfer assets via IBC, a communication "channel" must be created, and each channel needs to be given a unique ID for each connected chain. The picture below shows an example of ETH being sent from Axelar to Terra2.

Cosmos 生態(tài)年度概覽:知名項目涌現(xiàn),核心開發(fā)者持續(xù)增長

##Skip API ( https://api-docs.skip.money/docs/ibc-routing-algorithm ) In addition, Skip proposes an optimal routing algorithm for delivering assets in the Cosmos ecosystem and provides a better user experience by determining the Denomination of assets.

Skip Protocol also provides various APIs that are very useful for developing blockchains based on the Cosmos SDK, such as multi-chain transaction tracking. Skip also proposed to the community that Skip’s functions should be included in the Cosmos SDK to contribute to ecological development.

Cosmos 生態(tài)年度概覽:知名項目涌現(xiàn),核心開發(fā)者持續(xù)增長

##SKIP API ( https://api-docs.skip.money/docs/ibc-routing-algorithm )

2.3 Other Projects

Sei

Sei is positioned as a chain that specializes in transactions and aims to become a fast Layer1 instead of Rollup is also a major trend in blockchain development in 2023. Sei focuses on improving the performance of the chain by leveraging various technologies.

Injective

Injective is committed to building a blockchain ecosystem specifically for financial applications. Injective has established partnerships with Figment and Binance, and supports various dapps such as Helix and Hydro to join the Injective ecosystem.

dYdX

dYdX is considered the most successful DEX and has been successfully migrated to Layer1 using the Cosmos SDK.

dYdX strengthens governance through its own token.

Stride

Stride is a liquidity staking protocol similar to Ethereum Lido. In the Cosmos ecosystem, liquidity staking is inherently difficult because assets are scattered across multiple chains. Stride aims to achieve multi-chain liquidity staking in the Cosmos ecosystem by leveraging ICA (Inter-Chain Account), ICQ (Inter-Chain Query) and ICS (Inter-Chain Security).

Coreum

Coreum is an enterprise-oriented Layer1 blockchain that supports Wasm-based smart contracts, RWA tokenization, NeoBanking applications, and more.

3. On-chain performance

3.1 Development activity

Cosmos 生態(tài)年度概覽:知名項目涌現(xiàn),核心開發(fā)者持續(xù)增長

Although development activity on the Cosmos network remains healthy overall , but Q2 in 2023 will have the largest number of smart contract deployments (2226) and the highest growth rate (21.4%). The number of core developers is gradually increasing, which is also a sign of active ecological infrastructure construction.

Meanwhile, the number of smart contracts deployed in Q2 and Q3 last year was 2,226 and 1,777 respectively, up from 1,701 in the fourth quarter. While development activity did slow down compared to the previous two quarters, activity levels continue to hold up given the decline at the end of Q4.

3.2 Network Activity

Cosmos 生態(tài)年度概覽:知名項目涌現(xiàn),核心開發(fā)者持續(xù)增長

The most notable aspect of Cosmos network activity is that development activity in Q2 and Q3 translated into Q4 overall ecological growth. As shown in the figure, TVL in the Cosmos ecosystem continued to decline in Q3, but then increased significantly in Q4.

The explosive growth of TVL in the Cosmos ecosystem in the fourth quarter can be attributed to two factors. The first was the influx of liquidity in Layer 1 narratives in mid-October. In the second half of the year, a large amount of funds flowed into the Layer 1 ecosystem, and the explosive performance of Solana, Cosmos, and Avalanche drove the overall TVL increase.

In addition, the developer-friendly infrastructure environment, including the Cosmos SDK, and the huge blockchain connection network built on the IBC ecosystem have brought practical benefits to users. By observing the TVL trend, you will find that this is not just a temporary increase, but a continuing trend. Market satisfaction with the protocol's maturity may drive Layer 1 liquidity, boost Cosmos' development and reduce user churn.

Cosmos 生態(tài)年度概覽:知名項目涌現(xiàn),核心開發(fā)者持續(xù)增長

Cosmos 生態(tài)年度概覽:知名項目涌現(xiàn),核心開發(fā)者持續(xù)增長

Compared with the worst-performing Q3 (1,470,050), the number of active wallets in Q4 also increased by nearly 55%, reaching 2,280,335. Reflecting the vitality of the ecology. The interoperability of the Cosmos IBC ecosystem drives increased on-chain activity.

In addition, judging from the TVL trends of key protocols in the IBC ecosystem, the continued hype of protocols based on the Cosmos SDK in the second half of the year also played a role in revitalizing the ecosystem.

3.3 Network Security

Cosmos 生態(tài)年度概覽:知名項目涌現(xiàn),核心開發(fā)者持續(xù)增長

Cosmos currently has a total of 180 active validators. The top 9 validators hold 40.89% of the ATOM supply. There are currently 2.44 billion ATOMs pledged on Cosmos, accounting for approximately 65% ??of the total supply.

4. Conclusion

2023 is a milestone year for the Cosmos ecosystem, witnessing the development and major changes of several projects. These changes show that Cosmos is not just an area of ??blockchain technology, but is driving innovation across the entire blockchain ecosystem.

Celestia, Skip Protocol and other well-known projects demonstrate the diversity and flexibility of the Cosmos ecosystem and how it continues to evolve. These projects pioneer new use cases for blockchain technology and help create more efficient, user-friendly blockchain environments.

The growth and development of the Cosmos ecosystem has increased excitement about the future of blockchain technology. Opening the door to new opportunities for developers, users and investors, and paving the way for continued innovation for years to come. It is expected that the Cosmos ecosystem will continue to maintain this positive trend in the next few years, and new technical challenges and opportunities will continue to emerge in the process.

The above is the detailed content of Annual overview of the Cosmos ecosystem: well-known projects emerge and core developers continue to grow. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

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.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

PHP Tutorial
1502
276
How to download the Binance official app Binance Exchange app download link to get How to download the Binance official app Binance Exchange app download link to get Aug 04, 2025 pm 11:21 PM

As the internationally leading blockchain digital asset trading platform, Binance provides users with a safe and convenient trading experience. Its official app integrates multiple core functions such as market viewing, asset management, currency trading and fiat currency trading.

What is a parabolic SAR indicator? How does SAR indicator work? Comprehensive introduction to SAR indicators What is a parabolic SAR indicator? How does SAR indicator work? Comprehensive introduction to SAR indicators Aug 06, 2025 pm 08:12 PM

Contents Understand the mechanism of parabola SAR The working principle of parabola SAR calculation method and acceleration factor visual representation on trading charts Application of parabola SAR in cryptocurrency markets1. Identify potential trend reversal 2. Determine the best entry and exit points3. Set dynamic stop loss order case study: hypothetical ETH trading scenario Parabola SAR trading signals and interpretation Based on parabola SAR trading execution Combining parabola SAR with other indicators1. Use moving averages to confirm trend 2. Relative strength indicator (RSI) for momentum analysis3. Bollinger bands for volatility analysis Advantages of parabola SAR and limitations Advantages of parabola SAR

Solana (SOL Coin) Price Forecast: 2025-2030 and Future Outlook Solana (SOL Coin) Price Forecast: 2025-2030 and Future Outlook Aug 06, 2025 pm 08:42 PM

Table of Contents Solana's Price History and Important Market Data Important Data in Solana Price Chart: 2025 Solana Price Forecast: Optimistic 2026 Solana Price Forecast: Maintain Trend 2026 Solana Price Forecast: 2030 Solana Long-term Price Forecast: Top Blockchain? What affects the forecast of sun prices? Scalability and Solana: Competitive Advantages Should you invest in Solana in the next few years? Conclusion: Solana's price prospects Conclusion: Solana has its excellent scalability, low transaction costs and high efficiency

Cardano (ADA Coin) price forecast: 2025, 2026 and beyond Cardano (ADA Coin) price forecast: 2025, 2026 and beyond Aug 06, 2025 pm 07:33 PM

Directory What is Cardano? Key Features of Cardano How does Cardano work? Why Cardano deserves to consider price and market performance history 2025 ADA forecast 2025, 2026 and 2027 Price forecasts 2040 and 2030 ADA price forecast Factors affecting ADA costs Chart analysis and technical outlook Cardano Forecast Table: Key points summary As an important force in the cryptocurrency industry, Cardano (ADA) provides cutting-edge blockchain solutions with a focus on sustainability, scalability and security. Cardano is co-founder of Ethereum.

Which blockchain does USDC stablecoin belong to? Which mainstream link networks do it support? Which blockchain does USDC stablecoin belong to? Which mainstream link networks do it support? Aug 06, 2025 pm 10:45 PM

USDC was first deployed on the Ethereum main network and adopted the ERC-20 standard. It currently supports more than ten mainstream blockchain networks including 1. Ethereum, 2. Polygon, 3. Arbitrum, 4. Optimism, 5. Solana, 6. Avalanche, 7. Base, 8. Stellar, 9. Tron, 10. Near, 11. Algorand, 12. Flow, etc. Each chain version is suitable for different scenarios. Users need to confirm the contract address through the Circle official website to ensure safe use.

Blockchain browser: a must-have tool for querying digital currency transaction information Blockchain browser: a must-have tool for querying digital currency transaction information Aug 06, 2025 pm 11:27 PM

Blockchain browser is a necessary tool for querying digital currency transaction information. It provides a visual interface for blockchain data, so that users can query transaction hash, block height, address balance and other information; its working principle includes data synchronization, parsing, indexing and user interface display; core functions cover querying transaction details, block information, address balance, token data and network status; when using it, you need to obtain TxID and select the corresponding blockchain browser such as Etherscan or Blockchain.com to search; query address information to view balance and transaction history by entering the address; mainstream browsers include Bitcoin's Blockchain.com, Ethereum's Etherscan.io, B

Bi'an official website genuine registration login page binance exchange latest version registration login portal Bi'an official website genuine registration login page binance exchange latest version registration login portal Aug 04, 2025 pm 11:06 PM

Binance is a world-renowned digital asset trading platform, providing users with a wide range of digital currency trading, financial services and related blockchain technology applications. Its app is favored by the majority of users for its security, stability, convenient operation and comprehensive functions.

The top ten currency trading platforms in the world, the top ten trading software apps in the currency circle The top ten currency trading platforms in the world, the top ten trading software apps in the currency circle Aug 06, 2025 pm 11:42 PM

Binance: is known for its high liquidity, multi-currency support, diversified trading modes and powerful security systems; 2. OKX: provides diversified trading products, layout DeFi and NFT, and has a high-performance matching engine; 3. Huobi: deeply engaged in the Asian market, pays attention to compliance operations, and provides professional services; 4. Coinbase: strong compliance, friendly interface, suitable for novices and is a listed company; 5. Kraken: strict security measures, supports multiple fiat currencies, and has high transparency; 6. Bybit: focuses on derivative trading, low latency, and complete risk control; 7. KuCoin: rich currency, supports emerging projects, and can enjoy dividends with KCS; 8. Gate.io: frequent new coins, with Copy Tr