找到约 14 条结果

文章 Prio3:私有、稳健且可扩展的聚合统计与SNIP计算

...cl_prio3_count)\]: ```go package main import ( "fmt" "crypto/rand" "os" "io" "strconv" "github.com/cloudflare/circl/vdaf/prio3/count" ) func fromReader[T any](r io.Reader) (z T) { switch zz := any(&z).(type) { case *count.Nonce: _, _ = r.Read(zz[:]) case *count....

文章 Electra:发行曲线调整提案 - EIPs / EIPs核心

...g-economics-a-case-for-targeting/18751)的文章。 * * * **非常感谢 Anders、Barnabé、Francesco、Mike 和 Dom 的反馈和讨论。** 评论 ≠ 支持。此帖表达了作者的观点,审阅者可能不同意。 这里展示的工作基于 Anders 提出的发行曲线,链接如下...

文章 使用Solidity和Hardhat构建的时间锁定收益金库

...拟代币遵循 [ERC-20 标准](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/),并且包括所有权控制,因此我们可以在开发期间铸造和管理供应。 这是代码: ``` // SPDX-License-Identifier: MIT pragma solidity ^0.8.28; import "@openzeppelin/contracts/...

文章 以太坊的Gas费用降低和Maker的最终目标

...eblockcrypto.com/post/149186/heres-a-full-draft-of-senator-cynthia-lummis-landmark-crypto-bill) - Decrypt:维塔利克在对美国国会的加密怀疑信上沉思 [链接](https://decrypt.co/101913/ethereum-founder-vitalik-buterin-muses-on-crypto-skeptic-letter-to-washington) ### 思考与...

文章 SharkTeam:美国众议院FIT21法案解读

...6 票反对的结果正式通过 FIT21 加密法案(Financial Innovation and Technology for the 21st Century Act)。美国总统拜登宣布,他不会否决该法案,并呼吁国会就“数字资产全面、平衡的监管框架”进行合作。 FIT21旨在为区块链项目在美国的...

文章 sui coin 的一些概念和实践

... 关联的 ```cpp /// A coin of type `T` worth `value`. Transferable and storable public struct Coin has key, store { id: UID, balance: Balance, } /// Each Coin type T created through `create_currency` function will have a /// unique instance of CoinMetadata that stores the met...

文章 Spark 和 Ark:看看我们最新的比特币 Layer 2 解决方案

...h For Privacy_ > > _来源: [https://bitcoinmagazine.com/technical/spark-and-ark-a-look-at-our-newest-bitcoin-layer-twos](https://bitcoinmagazine.com/technical/spark-and-ark-a-look-at-our-newest-bitcoin-layer-twos)_ 在我为 ~~[Cake Wallet](https://cakewallet.com/)~~ 寻找最佳的解决方案...

文章 如何解码原始 EVM Calldata 数据

...t nor last byte is null // 3. if the first byte of the string is null and the last byte is not, return Left // 4. if the last byte of the string is null and the first byte is not, return Right // 5. find indices of all non-null bytes in the string // 6. count the number of null-b...

文章 Yul初学者指南

...悉,不要担心,我们将通过示例逐一讲解。 让我们从 `and()` 开始。我们将取两个 `bytes32` 并尝试 `and()` 操作,看看它的返回值是什么。 ``` function getAnd() external pure returns (bytes32) { bytes32 randVar = 0x0000000000000000000000009acc1d6aa9b8460...

文章 通货膨胀与通货紧缩

> _作者:米塞斯_ > > _来源: [https://mises.org/library/inflation-and-deflation](https://mises.org/library/inflation-and-deflation)_ 货币所提供的服务由其购买力的高度决定。保留现金时,人们想的并不是保留一定数量的货币或者说一定重量的货币,...

文章 比特币和闪电节点端口转发常见问题

...Pierre Rochard_ > > _来源: [https://pierre-rochard.medium.com/bitcoin-and-lightning-nodes-port-forwarding-faq-f92ca5c50d5d](https://pierre-rochard.medium.com/bitcoin-and-lightning-nodes-port-forwarding-faq-f92ca5c50d5d)_ 我经常听到人们表示对端口转发(port forwarding)的疑问...

文章 震撼来袭!Rust+Rig 魔法配方,打造 AI 驱动 Discord 神器

...lications. Your primary function is to provide accurate, helpful, and context-aware responses by leveraging both your general knowledge and specific information retrieved from a curated knowledge base.                     Key responsibilities and b...

文章 SDK 1.0 版本的打造 | BSN 联盟链开发(三)

...法(save、update),因此我们可以抽象出两个私有函数`__handle_with_key`与`__handle_with_key_and_value`: ```python ''' private functions. ''' def __handle_with_key(self, userCode, appCode, chainCode, url, cert_path, funcName, baseKey): …… ...

文章 如何在 Polygon zkEVM 上创建和部署智能合约

...m/signup?utm_source=internal&utm_campaign=guides&utm_content=how-to-create-and-deploy-smart-contract-on-polygon-zkevm)获得访问权限) **你要做的** - 了解 Polygon zkEVM - 在 Remix.IDE 上创建和部署 Coin Flip 智能合约 - 与已部署的智能合约交互 ### 什么是 Polygon z...