找到约 15 条结果

文章 加密资产波动建模 第一部分

...分布的尾部比传统金融市场更肥厚 (Tsyvinski & Liu, 2018; Alexander & Gholampour, 2018; O'Connor, 2019)。 下图展示了自比特币诞生以来的对数收益,演示了波动性聚集和均值回归的现象。例如在2018年,比特币收益图表中可以看到高波动性期...

文章 智能合约技术导论 - Pintu学院

... ![The way smart contract work follows a structured formula of 'if, when, and then.'](https://img.learnblockchain.cn/2025/08/18/Smart-Contract-Works-1-1024x332.png)智能合约的工作方式遵循“如果,当和然后”的结构化公式。来源:[Coin CDX](https://coindcx.com/blog/crypto-ba...

文章 加密货币质押:为可持续未来实施绿色区块链解决方案

...统**:[Context News](https://www.context.news/net-zero/crypto-companies-and-carbon-offsets-heres-what-you-need-to-know) 透露,仅比特币每年消耗约 112 太瓦时 (TWh),产生约 62 公吨的二氧化碳排放量。 - **PoS 系统**: 根据[Rapid Innovation](https://www.rapidinnovation...

文章 Nervos x Gitcoin bounty 任务0: 设置测试网上的 CKB 节点和 CKB 索引器

...ub.com/Kuzirashi/gw-gitcoin-instruction/blob/master/src/tasks/0.setup.node.and.indexer.md#task-submission)这个部分,这样您就知道您需要提供哪些材料给评审,以便于审查您的任务提交。* 在本次任务中,你将会设置一个本地 CKB 节点以及本地的 CKB ...

文章 有趣的比特币脚本(四):哈希锁

...后,Alice 可以独自花费这笔资金。Policy 语句: ``` or(and(pk(Bob), sha256(H)), and(after(6), pk(Alice))) ``` [编译 ](https://learnblockchain.cn/article/18522/#note1) 出来的 Miniscript 代码是: ``` andor(pk(Bob),sha256(H),and_v(v:pk(Alice),after(6))) ``` 其 ...

文章 如何通过 Hardhat 来验证智能合约

...有安装 npm,请按照[这个指南](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)进行操作。然后,输入以下命令安装 Hardhat: ``` npm install --save-dev hardhat ``` 如果你使用的是 [yarn](https://yarnpkg.com/getting-started/install) 而非 npm,请...

文章 在Azure中部署以太坊测试环境

...kchain networks for development purposes using tools like GoQuorum, Besu, and Codefi Orchestrate. To get started, be sure that you have both Docker and Docker Compose installed, then answer the following questions. Which Ethereum client would you like to run? Default: [1] 1. Hyperledger Be...

文章 Web3学习之使用Foundry开发部署和开源ERC20合约

...的solidity REPL。 ## Foundry **Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.** Foundry consists of: - **Forge**: Ethereum testing framework (like Truffle, Hardhat and DappTools). - **Cast**: Swiss army knife for interacti...

文章 Capella - 信标链

...root: Bytes32 logs_bloom: ByteVector[BYTES_PER_LOGS_BLOOM] prev_randao: Bytes32 # 黄色论文中的 'difficulty' block_number: uint64 # 黄色论文中的 'number' gas_limit: uint64 gas_used: uint64 timestamp: uint64 extra_data: ByteList[MAX_EXTRA_DATA_BYTES] ...

文章 以太坊系节点数据清洗组件--Ethereum ETL

... ### 2.1 导出区块和交易信息 ``` # ethereumetl export_blocks_and_transactions --start-block 0 --end-block 5000000 --provider-uri http://ip:port/ --blocks-output blocks.csv --transactions-output transactions.csv 2021-11-23 15:10:00,693 - ProgressLogger [INFO] - Started work. Items to...

文章 聚焦杰出的NFT艺术家和作品集

... [切换](https://blockapps.net/blog/highlighting-prominent-nft-artists-and-collections/#) ## NFT的兴起及其对数字艺术的影响 不可替代代币 (NFT) 的出现彻底改变了数字艺术世界,为艺术家提供了前所未有的盈利、所有权和创意表达的机会。NFT 是...

文章 以太坊地址的推导方式(EOA、CREATE 和 CREATE2)

...从 [RLP 编码](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/) 的 `sender` 地址和 `nonce` 的 Keccak-256 哈希计算得出的。生成的合约地址是该哈希的最后 20 个字节(160 位)。 address=keccak256(RLP(\[deployer,nonce\]))\[:20\] 如上式...

文章 每周以太坊进展 2023/2/4

...存款、BLS变更和退出 * [3个水龙头](https://zhejiang.ethpandaops.io/)获取浙江测试网ETH * [运行 Lighthouse + Geth 节点](https://github.com/eth-educators/ethstaker-guides/blob/main/zhejiang.md) 指南 * 浙江公共测试网 2月7日 升级到 Shapella * ...

文章 Solana - 分片包

... [代码头部](#code-shred-header) - [分片有效载荷](#shred-payload-construction) - [零填充](#zero-padding)(如果有) - [Merkle 证明](#merkle-proof)(如果有) 每个字段都是字节对齐的。整数字节顺序为小端。 #### 数据包大小 `SHRED_SZ_MAX` 常量定义...

文章 每周以太坊 2024/04/27

...)** * [**Pectra-devnet-0**](https://notes.ethereum.org/@ethpandaops/pectra-devnet-0#Client-implementation-tracker):添加了 EIP7685 通用执行层请求;客户端团队的实现正在进行中,尽管 Erigon 的实现可能会延迟,因为正在实现 Erigon v3 * **E...