找到约 15 条结果

文章 可视化以太坊机器:逐步探索交易旅程

...;它是网络安全性和去中心化的关键组成部分,由称为RANDAO算法的随机信标决定。 ## RANDAO信标——确保公平竞争 想象一下RANDAO是一个不可腐败的彩票系统。它利用网络中每个验证者的集体承诺,结合他们的输入生成一个既...

文章 使用 React 和 ethers.js 构建DApp

...n-tutorial-hardhat-starter.git chain yarn install // then, you can run stand-alone testnet and // go through the compile-test-deploy circle ``` ## 任务4:读取合约数据--在webapp中与智能合约交互 在任务4和任务5中,我们将继续构建我们的webapp。 我们将...

文章 Solana 开发实战:Rust 客户端调用链上程序全流程

...参考。 ## 实操 ### 查看当前项目目录 ```bash solana-sandbox/sol-program on  main [?] is 📦 0.1.0 via 🦀 1.87.0 on 🐳 v28.2.2 (orbstack) ➜ tree . -L 6 -I "coverage_report|lib|.vscode|out|test-ledger|target|node_modules" . ├── Cargo.lock ├── Cargo.toml...

文章 专论比特币与隐私(下):别被流言误导

... Zucco_ > > _来源: [https://www.giacomozucco.com/a-treatise-on-bitcoin-and-privacy/](https://www.giacomozucco.com/a-treatise-on-bitcoin-and-privacy/)_ ## 法币网关导致隐私坟墓 比特币是一种转移和存储财富的有效系统,但这些财富必须先以某种方式 “进入”...

文章 考察 UST 的崩盘

...依赖 [4pool](https://agora.terra.money/t/ust-goes-interchain-the-4pool-and-redacted-cartel/5648) 来扩展其影响力。在这些外部流动性池中拥有较低的水平使 UST 更容易受到 Terra 市场模块机制之外的价格波动的影响。LFG 进行的公开市场操作使这种漏...

文章 DuneSQL 如何编写高效查询

...ELECT * FROM ethereum.transactions WHERE block_number = 14854616 AND hash = 0xce1f1a2dd0c10fcf9385d14bc92c686c210e4accf00a3fe7ec2b5db7a5499cff ``` 使用上述步骤,查询引擎将执行以下操作: 1. **文件级别:** 查询引擎尝试定位与正在查询的表或表部...

文章 Solidity 非权威开发指南(3):OpenZepplin

...个好处: - IERC1363 - - 扩展 erc20 行为,提供:transfer and call 和 approve and call。 - IERC2981 - - nft royal 规范,不过请注意:不见得所有市场都支持它。 - IERC4626 - - defi vaults(金库)标准 ### for upgrade - draft-IERC1822 - - ...

文章 什么是IPFS(星际文件系统)?它是如何工作的以及如何使用IPFS?

...的内容。 相关:[https://getblock.io/blog/what-is-a-blockchain-node-and-how-does-it-work/](https://getblock.io/blog/what-is-a-blockchain-node-and-how-does-it-work/) 现在让我们解决使去中心化内容共享成为 HTTP 最强大竞争对手的关键特性: **内容检测** 与 URL ...

文章 安全多方计算 (sMPC) - 无需共享的协作

...boundsecurity/blockchain-crypto-mpc: Protecting cryptographic signing keys and seed…** ](https://github.com/unboundsecurity/blockchain-crypto-mpc) **ZenGo 的基于 Signal 的 MPC** [**GitHub — ZenGo-X/mpc-over-signal: Secure transport for running MPC protocols backed by Signal** ](https://git...

文章 使用 Python 发送 TRON-USDT 和 TRX 交易

...] == True,则交易成功,打印交易ID。 if 'result' in result and result['result'] == True: print(f"Transaction successful! Transaction ID: {result['txid']}") #否则,打印错误信息。 else: print(f"Transaction failed! Error: {result.get('message', ...

文章 如何在Hardhat中使用Chainlink

...RF请求,并传递所需的种子值: ```bash npx hardhat request-random-number --contract 0x524Bf15C1d63581Fcf27bC34105542F53AA378Bb --seed '777' ``` ![image.png](https://img.learnblockchain.cn/2021/03/09_/400774346.png!/scale/50) 使用Chainlink VRF请求随机数 成功发出...

文章 Ethernaut 题库闯关 #14 — Gatekeeper Two

...档对这些[全局变量](https://learnblockchain.cn/docs/solidity/units-and-global-variables.html#special-variables-functions)的描述。 - `msg.sender` (`address`): 消息的发送者 (当前调用) - `tx.origin` (`address`): 交易的发送者(完整的调用链) 当交易由EOA (外...

文章 使用 Infura 和 Avalanche C-Chain 部署 ERC721 智能合约和铸造会计 NFT

... 或更高版本),并安装了 npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) 或 [yarn](https://yarnpkg.com/getting-started) 一个IDE,例如 Microsoft [Visual Studio Code](https://code.visualstudio.com/) ![1.png](https://img.learnblockchain.cn/attachments/2022/1...

文章 bip-0112.mediawiki 的历史记录 - ajtowns/bips

...mit/959fecc15bdad070afa63455468b1dba54655fa6 "Promote BIP 2 Draft->Active, and implement it - Update all Accepted status to Proposed (renamed status) - The BIP Comments preamble headers added to every BIP - The License preamble headers have been added to all BIPs with a Copyright section") 显示 ...

文章 Circle STARKs 介绍

...:一个循序渐进的示例](https://img.learnblockchain.cn/2025/04/26/and-intricate-glassware.-He-wears-a-long--flo.webp)](https://blog.lambdaclass.com/gkr-protocol-a-step-by-step-example/) [介绍 互动证明是证明者 PP 和验证者 VV 之间的协议,其中证明者试图使验证...