找到约 12 条结果

文章 如何构建自己的索引器和用于合约部署详情的 API

...tm_source=internal&utm_campaign=guides&utm_content=how-to-build-an-indexer-and-api-for-smart-contract-deployments) - 对 [智能合约](https://learnblockchain.cn/article/11180) 和 [Solidity](https://learnblockchain.cn/article/11577) 的基本知识 - JavaScript 编程的基础知识 ## Streams ...

文章 区块链对银行业经营管理的影响及对策分析

...管理,技术创新,商业模式 Copyright © 2019 by author(s) and Hans Publishers Inc. This work is licensed under the Creative Commons Attribution-NonCommercial International License (CC BY-NC 4.0). http://creativecommons.org/licenses/by-nc/4.0/ 1. 区块链的兴起 ...

文章 在 Solidity 智能合约中调用 Chainlink 预言机获取外部数据及生成随机数

...量/自定义变量 * 返回时转换成uint256类型 */ function getRandomOnchain() public view returns(uint256){ // remix运行blockhash会报错 bytes32 randomBytes = keccak256(abi.encodePacked(block.number, msg.sender, blockhash(block.timestamp-1))); return uint256(randomBytes)...

文章 nest3.0从架构解析到克隆三(NestOffer之Nest_3_OfferMain)

...unique identifier is determined by the position of the offer in the array, and is converted to each other through a fixed algorithm (toindex(), toaddress()) //唯一标识通过报价单在数组中的位置确定,通过固定的算法(toIndex(), toAddress())来互相转化 a...

文章 区块链时代的拜占庭将军们(上)

...的[论文](https://www.microsoft.com/en-us/research/uploads/prod/2016/12/Constructing-Digital-Signatures-from-a-One-Way-Function.pdf)。 对于拜占庭将军问题,他提出的解决方案就是加入签名,而且,他在论文中提出了加入签名之后解决拜占庭将军问题的算...

文章 Ethernaut 题库闯关 #4 — Telephone

...的[区块和交易属性](https://learnblockchain.cn/docs/solidity/units-and-global-variables.html#index-2)文档页,可以找到他们的定义: - `tx.origin` (`address`): 交易的发起者(完整的调用链) - `msg.sender` (`address`): 消息的发送者(当前调用) `tx.origin`和`...

文章 以太坊 - 如何使用JavaScript和QuickNode解析ENS域名 - Quicknode

...tm_campaign=guides&utm_content=how-to-resolve-ens-domains-using-javascript-and-quicknode) 解析 ENS 域名。 ### 前提条件 - 安装了 [Node.js](https://nodejs.org/en) - 安装了 [MetaMask](https://metamask.io/) 浏览器扩展 - 一个 QuickNode 账户(可以免费 [创建一个](https:...

文章 bip-0144.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") 显示 ...

文章 每周以太坊进展2022/2/26

...储结构 * [EIP4399](https://eips.ethereum.org/EIPS/eip-4399): 用PREVRANDAO代替DIFFICULTY操作码 ## Layer2 * [zkSync v2.0](https://matterlabs.medium.com/zksync-2-0-public-testnet-is-live-de870ba9632a) EVM兼容zk-rollup公共测试网 * [Optimism](https://twitter.com/optimismPBC/status...

文章 字节码与初始化代码与运行时代码,我的天哪!

...Solidity 的类型信息](https://solidity.readthedocs.io/en/v0.5.11/units-and-global-variables.html#type-information)在链上检索。用于检索此代码的 Solidity 代码是 `type(ContractName).creationCode`。 创建字节码可以通过 `getTransactionByHash` JSON RPC 调用来链下检索...

文章 BlockThreat 周报 - 2025年第43周

...icussecurity.com/resource/blog/lazarus-group-apt38-explained-timeline-ttps-and-major-attacks),作者:Picus Labs。 - [以太坊暗黑经济内幕:新研究揭示了价值 1.35 亿美元的 Drainer-as-a-Service 产业](https://blocksecteam.medium.com/inside-ethereums-shadow-economy-new-resea...

文章 如何安装和运行一个Stacks节点

...ocker.com/) - 安装 [Node.js 和 npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - 安装 [curl](https://curl.se/) - 安装 [jq](https://stedolan.github.io/jq/download/) - 安装 [Stacks CLI](https://docs.hiro.so/get-started/command-line-interface) #### **为什么选...