找到约 14 条结果

文章 如何使用 Circom 和 SnarkJS 实现极简 NFT zkRollup

...ps://hackernoon.com/how-to-implement-a-minimalist-nft-zkrollup-with-circom-and-snarkjs) >- 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) >- 译者:[翻译小组](https://learnblockchain.cn/people/412) ,校对:[Tiny 熊](https://learnblockchain.cn/people/15) >- 本...

文章 深入探索STARK世界中的DEEP FRI:通过一个具体的例子学习你的日常月亮数学

...bdaclass.com/lambdaworks-or-how-we-decided-to-created-our-zksnarks-library-and-a-stark-prover/t) 或 Starkware 提供的优秀教程,例如 [STARK-101](https://starkware.co/stark-101/?ref=blog.lambdaclass.com) (对于 rust 版本,你可以关注 [此链接](https://github.com/lambdaclass/STARK...

文章 PeerDAS——一种使用经过实战检验的 p2p 组件的更简单 DAS 方法 - 网络

...------------------------------------------------------ | | `NUMBER_OF_ROWS_AND_COLUMNS` | `32` | | | `SAMPLES_PER_ROW_COLUMN` | `512` | | ...

文章 哈尔·芬尼:比特币与我

...作者:Hal Finney_ > > _来源: [https://nakamotoinstitute.org/bitcoin-and-me/](https://nakamotoinstitute.org/bitcoin-and-me/)_ > > _首次公开于 [BitcoinTalk 论坛](https://bitcointalk.org/index.php?topic=155054.msg1643833#msg1643833)。发表时间为 2013 年 3 月 19 日。_ ![Finney](h...

问题 【区块链人才招聘】牛津(海南)区块链研究院区块链开发,研究岗位招聘

...表情况: Seraph: enabling cross-platform security analysis for evm and wasm smart contracts SAFEPAY on Ethereum: A Framework For Detecting Unfair Payments in Smart Contracts Enabling Clone Detection For Ethereum via Smart Contract Birthmarks Towards Automated Testing of Blockchain...

文章 02 Rust中的字符串

...s://github.com/shiyivei/from-principle-to-practice/blob/main/src/principle-and-practice/src/type\_system/string\_and\_char.rs ``` 更多内容,欢迎关注公众号`拾一维` ![1.5.png](https://img.learnblockchain.cn/attachments/2023/03/RBB45UrP640537b99e198.png)

文章 每周以太坊进展 2021/06/12

...,理清了事务验证的方法;不要求硬分叉 * EIP3074 AUTH and AUTHCALL opcodes 审计和[影响研究](https://twitter.com/dedaub/status/1403083441772638211) * Tim Beiko:[“伦敦” 升级 EIP 概览](https://medium.com/ethereum-cat-herders/london-upgrade-overview-8eccb0041b41)...

文章 PeerDAS——一种使用经过实战检验的P2P组件的更简单DAS方法 - 网络

...。 | 名称 | 示例值 | 描述 | | --- | --- | --- | | `NUMBER_OF_ROWS_AND_COLUMNS` | `32` | | | `SAMPLES_PER_ROW_COLUMN` | `512` | | | `CUSTODY_REQUIREMENT` | `2` | 诚实节点保管和服务样本的最小行数和列数 | | `SAMPLES_PER_SLOT` | `75` | 节点每个插槽查询的随机样...

文章 Rust 驱动实时革命:Fluxus 流处理引擎重磅发布

...t); let sink: CollectionSink = CollectionSink::new(); // Build and execute the streaming pipeline DataStream::new(source) // Split text into words .map(|line| { line.split_whitespace() .map(|s| s.to_lowercase()) .colle...

文章 关于发行政策的实用终局 - 权益证明 / 经济学

由 [Anders Elowsson](https://x.com/weboftrees) 撰写 **感谢 [Vitalik Buterin](https://x.com/VitalikButerin), [Caspar Schwarz-Schilling](https://x.com/casparschwa) 和 [Ansgar Dietrich](https://x.com/adietrichs) 提供的反馈。** ## 1. 简介 本文提出了一种关于发行政策的实用...

文章 货币的品质

...留需求,或者说现金余额需求(reservation or cash-balance demand)。因此,货币品质理论,迥异于解释价格水平的片面数量理论。 我会先回顾经济学家对货币的品质和数量的理解。然后,我会分析影响货币品质的不同属性,以及它们...

文章 智能合约语言 Solidity 教程系列8 - Solidity API

...ty 是[以太坊智能合约](https://learnblockchain.cn/2018/01/04/understanding-smart-contracts/)编程语言,阅读本文前,你应该对以太坊、智能合约有所了解, 如果你还不了解,建议你先看[以太坊是什么](https://learnblockchain.cn/2017/11/20/whatiseth/) ...

文章 Libra 源码分析:内存池mempool模块解读-2

.../// Logical pointer to `MempoolTransaction` /// Includes Account's address and transaction sequence number pub type TxnPointer = (AccountAddress, u64); ``` ### 2.2 TransactionStore的定义 有了上面的脚手架,再来看`TransactionStore`就会容易理解的多. 说句题外话,有了Map这...

文章 多方共享的 UTXO:形式与特性

...ongestion-control-s](https://www.btcstudy.org/images/on-sharing-utxo-forms-and-features/congestion-control.svg) 这是一种最简单的设计:vTXO 使用了最简单的类型、没有链下更新机制(因此三人无法在链下发起内部支付)、任何一个人单方面退出都会导...