找到约 14 条结果

文章 optimism fault-proof背后的机制(三):cannon

... // calldata is packed, thus starting left-aligned, shift-right to pad and right-align let w := shr(shl(3, sub(32, size)), calldataload(callOffset)) mstore(memOffset, w) callOffsetOut := add(callOffset, size) mem...

文章 理解比特币 Miniscript(二):工作原理

> _作者:benma_ > > _来源: [https://shiftcrypto.ch/blog/understanding-bitcoin-miniscript-part-2/](https://shiftcrypto.ch/blog/understanding-bitcoin-miniscript-part-2/)_ > > _本文为 “理解比特币 Miniscript” 系列的第二篇。前篇可见 [此处](https://learnblockchain.cn/articl...

文章 如何安装和运行Prysm信标节点

...s://airtable.com/shrKKKP7O1Uw3ZcUB?prefill_Guide+Name=How%20to%20Install%20and%20Run%20a%20Prysm%20Beacon%20Node)! ## 概述 即使你是新手、菜鸟,还是 Ethereum 的专业人士,看到这些 Ethereum 的发展我们都感到非常兴奋。无论是 Istanbul、Atlantis 等所有硬分...

招聘 Lead Front-End Web3 Developer(全职远程,全英文工作环境,项目名称InvArch,波卡生态的项目)

... The back end is primarily written in Rust using the Substrate framework, and the front end is primarily written in Javascript using the React.js framework. Joining InvArch means working with teams from other major protocols & projects, collaborating with key Polkadot community figures, and joining...

文章 使用 Polygon dApp Store Kit 创建 Web3 应用商店

...[dapps, setDapps] = useState(); // useEffect to fetch the list of dApps and store them in the state // useEffect 用于获取 dApps 列表并将其存储在状态中 useEffect(() => { (async () => { // Base URL for the mainnet API // 主网 API 的基本 URL const baseUR...

文章 区块链发展

...st:8546 ETHEREUM_JSONRPC_VARIANT parity HEART_BEAT_TIMEOUT 30 HEART_COMMAND sudo systemctl restart explorer.service LOGO /images/blockscout_logo.svg NETWORK POA Network SUBNETWORK Sokol Testnet NETWORK_ICON _test_network_icon.html LINK_TO_OTHER_EXPLORERS true 部署步骤 手动部署 克...

文章 深入研究智能合约反编译

...用数据的前 4 个字节确定正在调用的函数。通常,使用`AND(PUSH4(0xFFFFFFFF), CALLDATALOAD(0))`来加载调用数据的前 4 个字节,然后将函数选择器与调度查找表中的函数选择器进行比较,以确定正在调用的函数。如果找到匹配项,则程序...

文章 Cyfrin 2025年5月区块链安全和教育新闻通讯

...scale**](https://coinchapter.com/hackers-drain-7-million-in-loopscale-hack-and-term-finance-hack-amid-defi-exploits-2025/) **(580 万美元):** Solana 上的金库定价缺陷允许攻击者耗尽资金。后来根据白帽赏金协议返还了 280 万美元。[**BTCM App**](https://x.com/bloc...

文章 MuSig2 与 FROST:Taproot 上的多签名方案

> _作者:Sebastian_ > > _来源: [https://blog.bitbox.swiss/en/musig2-and-frost-explaining-multisignature-schemes-on-taproot/](https://blog.bitbox.swiss/en/musig2-and-frost-explaining-multisignature-schemes-on-taproot/)_ ![musigfrostheader](https://img.learnblockchain.cn/2025/07/22/musigfrosth...

文章 HOH_move共学营task2

...ipient: address, ctx: &mut TxContext ) { coin::mint_and_transfer(treasury_cap, amount, recipient, ctx); } public fun burn(treasury_cap: &mut TreasuryCap, coin: Coin) { coin::burn(treasury_cap, coin); } #[test_only] public fun test_init(ctx...

文章 比特币的 2100 万 BTC 上限是如何定义及实现的?

...来源: [https://blog.lopp.net/how-is-the-21-million-bitcoin-cap-defined-and-enforced/](https://blog.lopp.net/how-is-the-21-million-bitcoin-cap-defined-and-enforced/)_ ![How is the 21 Million Bitcoin Cap Defined and Enforced?](https://img.learnblockchain.cn/2025/07/14/chart-1.png) 稍微了解...

文章 Chainlink的网络效应为每个人创建了更安全更低成本的预言机

...机**** 原文标题:Chainlink’s Network Effect Creates More Secure and Lower Cost Oracles for Everyone 原文作者:SmartContent 原文链接:[https://smartcontentpublication.medium.com/chainlinks-network-effect-creates-more-secure-and-lower-cost-oracles-for-everyone-1fe48ac985c2](...

文章 OpenBuild Starknet Bootcamp任务3:Starknet Foundry合约测试代码错误修复及部署和交互测试

...ress, #[key] new_owner: ContractAddress, } #[constructor] fn constructor(ref self: ContractState, initial_owner: ContractAddress) { self.owner.write(initial_owner); self.data.write(1); // Any variable of the storage that is not initialized ...

文章 如何在Stacks区块链上创建和部署Clarity智能合约

...安装的信息 [这里](https://www.hiro.so/wallet-faq/how-do-i-install-and-run-the-stacks-wallet)) - STX 测试网代币(你可以在这个 [水龙头](https://explorer.stacks.co/sandbox/faucet?chain=testnet) 获取一些代币) #### 你将做的事情 - 了解 Clarity 和 Clarinet - ...