找到约 14 条结果

文章 EthHub 周报 #108

...兼首席执行官Arthur Hayes。 原告包括Chase Williams,Alexander Clifford和Eric Lee。该诉讼指控数字代币发行人和向美国境内人士出售代币的加密交易所,声称上述被告人违反了美国联邦和州证券法中的规定。*针对个人的债权属于“...

文章 探索加密货币中的代币经济学:社区代币分配综合指南

...示](https://www.timacum.com/post/mastering-tokenomics-balancing-supply-demand-blockchain),通过代币销毁和回购等机制进行有效的供应管理对于防止通货膨胀至关重要 6. 实施定期销毁机制的项目通常会体验到更稳定的代币价值 7. **效用和需求**: ...

文章 如何使用Cadence在Flow上创建NFT集合dApp

...包、[Flow Playground](https://play.flow.com/)、内置于 VS Code 和 GoLand 中的 Cadence 支持以及更多[其他](https://developers.flow.com/tools)来提高开发者生产力。再加上 Flow 广泛的[开发者文档](https://developers.flow.com/),在 Flow 上构建的体验既高效又...

文章 什么是 BSC(币安智能链)?BNB Chain 指南

...smart-chain/) 和 Binance Chain 合并为一个名为 BNB Chain(“Build and Build”)的产品。 看看官方项目团队怎么说: ![BNB_Chain_elements](https://img.learnblockchain.cn/2025/09/17/BNB20Chain20historyone.svg) [来源](https://www.binance.com/en/support/announcement/introduci...

文章 [译]构建去中心化智能合约编程货币

...一个很好的例子。 在[此处](https://reactjs.org/docs/components-and-props.html)阅读有关React组件的更多信息。 ## 函数(Functions) 我们在`packages/buidler/contracts`中的`SmartContractWallet.sol`中创建一个 `isOwner()`的函数. 这个函数可以查询钱包是...

文章 Sui Move 验证者质押staking_pool 分析

...rd_withdraw_amount) } ``` ### epoch驱动方法process_pending_stakes_and_withdraws 每当新的epoch来临的时候,都会处理一下pending,同时把最新的兑换率添加到exchange_rates中去 ``` public(package) fun process_pending_stakes_and_withdraws(pool: &mut StakingPool, c...

文章 Solidity Gas剩余量

...称为 `msg.gas` ([msg.gas](https://learnblockchain.cn/docs/solidity/units-and-global-variables.html#block-and-transaction-properties:~:text=%3A%20complete%20calldata-,msg.gas,-\(uint\)%3A%20remaining))。 ### 作者 本文由 Jesse Raymond 合著 ([LinkedIn](https://www.linkedin.com/in/jesse-...

文章 该选择哪个 L2 技术栈:OP Stack 还是 Arbitrum Orbit

...扩展性](https://www.zeeve.io/blog/achieving-scalability-through-rollups-and-parachains)。 它们都有不同的战术方法。然而,它们共享相同的核心特征,包括 [Ethereum](https://www.zeeve.io/blockchain-protocols/deploy-ethereum-blockchain/) 结算和数据可用性。 ...

文章 形式化验证 Gasper 共识机制的终局性

...得了更通用的形式。 ### 合理化与终局化(Justification and Finalization) 终局性概念仅与 *“检查点区块”*(也叫 “时段边界区块”,就是位于时段(epoch)起点处的区块)有关。见证消息中有一部分叫 *“合理化投票”*,验证...

文章 Based Rollup 与 Puffer UniFI

...irmations: Fast pre-confirmations are trivial with centralised sequencing, and achievable with an external PoS consensus. Fast pre-confirmations with L1 sequencing is an open problem with promising research avenues including EigenLayer, inclusion lists, and builder bonds. > > 预确认:使用中...

文章 在Solana中创建“映射”和“嵌套映射”

... const program = anchor.workspace.ExampleMap as Program; it("Initialize and set value", async () => { const key = new anchor.BN(42); const value = new anchor.BN(1337); const seeds = [key.toArrayLike(Buffer, "le", 8)]; let valueAccount = anchor.web3.PublicKey.findProgramAddressSyn...

文章 如何使用 QuickNode 在 IPFS 上创建和托管博客

...m/signup?utm_source=internal&utm_campaign=guides&utm_content=how-to-create-and-host-a-blog-with-ipfs)) ## 什么是 IPFS? InterPlanetary File System,更广为人知的名称是 IPFS,是一种协议,旨在创建一种去中心化的、点对点的方法来存储和共享分布式文...

文章 Web3系列教程之入门篇---7. 一些需要注意的学习点

...住这一点。 ## [ABI](https://learnblockchain.cn/2018/08/09/understand-abi) ABI 代表应用二进制接口。在使用以太坊时,这是一个比较棘手的问题,但我们会尽力解释清楚。 在新手教程中,以及在教程中您将进一步遇到的,您将大量使用...

文章 Aptos合约开发之HelloWorld篇

...架,Aptos-cli。Aptos-cli的定义如下。 >The aptos tool is a command line interface (CLI) for debugging, development, and node operations. This document describes how to install the aptos CLI tool. See Use Aptos CLI for how to use the CLI. 官方文档: https://aptos.dev/cli-tools/apt...