市值: $2.1635T -0.89%
成交额(24h): $54.1021B -13.93%
  • 市值: $2.1635T -0.89%
  • 成交额(24h): $54.1021B -13.93%
  • 恐惧与贪婪指数:
  • 市值: $2.1635T -0.89%
加密货币
话题
百科
资讯
加密话题
视频
热门新闻
加密货币
话题
百科
资讯
加密话题
视频
bitcoin
bitcoin

$87959.907984 USD

1.34%

ethereum
ethereum

$2920.497338 USD

3.04%

tether
tether

$0.999775 USD

0.00%

xrp
xrp

$2.237324 USD

8.12%

bnb
bnb

$860.243768 USD

0.90%

solana
solana

$138.089498 USD

5.43%

usd-coin
usd-coin

$0.999807 USD

0.01%

tron
tron

$0.272801 USD

-1.53%

dogecoin
dogecoin

$0.150904 USD

2.96%

cardano
cardano

$0.421635 USD

1.97%

hyperliquid
hyperliquid

$32.152445 USD

2.23%

bitcoin-cash
bitcoin-cash

$533.301069 USD

-1.94%

chainlink
chainlink

$12.953417 USD

2.68%

unus-sed-leo
unus-sed-leo

$9.535951 USD

0.73%

zcash
zcash

$521.483386 USD

-2.87%

加密货币新闻

Binance Web3钱包推出Berachain测试网空投计划

2024/09/27 18:30

该活动是一项教育活动,旨在帮助币安 Web3 钱包用户获得 Berachain(一种新的与 EVM 兼容的第 1 层区块链)的体验

Binance Web3钱包推出Berachain测试网空投计划

Binance Web3 Wallet users can now gain experience with Berachain, a new EVM-compatible Layer 1 blockchain powered by Proof of Liquidity.

Binance Web3 钱包用户现在可以获得 Berachain 的体验,Berachain 是一种由流动性证明提供支持的新的 EVM 兼容的第 1 层区块链。

Users who complete the suggested Berachain testnet tasks while connected to a Binance Web3 Wallet will be able to claim rewards based on their testnet activity. Each participant can receive one NFT per MPC Wallet for completing the activities. These NFTs are soulbound, meaning they cannot be transferred.

连接到 Binance Web3 钱包并完成建议的 Berachain 测试网任务的用户将能够根据其测试网活动领取奖励。每位参与者完成活动后,每个 MPC 钱包都可以获得一个 NFT。这些 NFT 是灵魂绑定的,这意味着它们无法转移。

To participate in the Berachain Airdrop through Binance Web3 Wallet, follow these steps:

要通过币安Web3钱包参与Berachain空投,请按照以下步骤操作:

1. Open a Binance Web3 Wallet and connect it to the Berachain Testnet.

1. 打开币安 Web3 钱包并将其连接到 Berachain 测试网。

2. Fund your wallet with some testnet tokens.

2. 用一些测试网代币为您的钱包充值。

3. Perform various actions on the Berachain Testnet, such as deploying a smart contract, minting an NFT, or providing liquidity to a DEX.

3. 在 Berachain 测试网上执行各种操作,例如部署智能合约、铸造 NFT 或向 DEX 提供流动性。

4. The more actions you complete, the higher your chances of receiving a valuable NFT.

4. 您完成的操作越多,获得有价值的 NFT 的机会就越大。

5. After completing the tasks, logout from the Testnet and claim your NFT reward.

5. 完成任务后,退出测试网并领取 NFT 奖励。

The Binance Web3 Wallet is a self-custody crypto wallet built into the Binance app, giving users more control in the decentralized finance (DeFi) space. It acts as a secure and easy-to-use portal to blockchain-based apps (dApps), allowing users to manage their crypto, swap tokens across different chains, earn yield, and engage with various blockchain platforms.

Binance Web3 钱包是币安应用程序中内置的自我托管加密钱包,让用户在去中心化金融 (DeFi) 领域拥有更多控制权。它充当基于区块链的应用程序 (dApp) 的安全且易于使用的门户,允许用户管理其加密货币、跨不同链交换代币、赚取收益并与各种区块链平台互动。

The Berachain bArtio network has been redesigned to be more modular and compatible with the Ethereum Virtual Machine (EVM). To achieve this, a new framework called BeaconKit was created.

Berachain bArtio 网络经过重新设计,更加模块化并与以太坊虚拟机 (EVM) 兼容。为了实现这一目标,创建了一个名为 BeaconKit 的新框架。

V2 is the first version to use the BeaconKit framework, which separates execution and consensus. It allows for any EVM execution client (like Geth or Reth) to be paired with a consensus client.

V2是第一个使用BeaconKit框架的版本,它将执行和共识分离。它允许任何 EVM 执行客户端(如 Geth 或 Reth)与共识客户端配对。

Key Changes from V1 to V2

从 V1 到 V2 的主要变化

The V1 testnet (Artio) was based on Polaris, which tightly integrated EVM execution with the Cosmos SDK, creating a monolithic structure for optimized precompiles.

V1 测试网 (Artio) 基于 Polaris,它将 EVM 执行与 Cosmos SDK 紧密集成,为优化预编译创建了整体结构。

However, despite these optimizations, Cosmos struggled to handle Berachain’s high transaction volume and compatibility issues arose with precompiles and the forked EVM execution client.

然而,尽管进行了这些优化,Cosmos 仍难以处理 Berachain 的高交易量以及预编译和分叉 EVM 执行客户端带来的兼容性问题。

In V2, a modular architecture was introduced, separating the consensus and execution layers. Unlike V1, where validators used just one Polaris client, V2 requires validators to run two clients: the BeaconKit client for consensus and any EVM execution client (like Geth or Erigon) for execution. This setup allows each layer to focus on its specific role—enabling the execution layer to leverage EVM advancements while BeaconKit delivers a highly customizable and efficient consensus system.

在V2中,引入了模块化架构,将共识层和执行层分开。与 V1 中验证器仅使用一个 Polaris 客户端不同,V2 要求验证器运行两个客户端:用于达成共识的 BeaconKit 客户端和用于执行的任何 EVM 执行客户端(如 Geth 或 Erigon)。这种设置允许每一层专注于其特定角色——使执行层能够利用 EVM 的进步,而 BeaconKit 提供高度可定制的高效共识系统。

原文来源:coinatory

免责声明:info@kdj.com

所提供的信息并非交易建议。根据本文提供的信息进行的任何投资,kdj.com不承担任何责任。加密货币具有高波动性,强烈建议您深入研究后,谨慎投资!

如您认为本网站上使用的内容侵犯了您的版权,请立即联系我们(info@kdj.com),我们将及时删除。

2026年08月02日 发表的其他文章