找到约 14 条结果

文章 Monitoring Ethereum Event Topics for Developers Using Tokenview API

...earnblockchain.cn/attachments/2024/04/Q4S4l5dM661337d13257b.png) > 4. Construct the API Request Using the API key, construct an [HTTP request](https://services.tokenview.io/docs/transaction-track/subscription.html#event-subscribe) to the Tokenview API, specifying the Ethereum event topic you...

文章 2024-09-15 zk-insights Weekly

...combination of the entries of the input and a proof vector. I will present constructions of linear-size dot-product proofs for circuit satisfiability and discuss two kinds of applications: exponential-time hardness of approximation of MAX-LIN from ETH, and minimizing verification complexity of succi...

文章 2024-08-25 zk-insights Weekly

...t me and Khanh explored in FMN23 and SLAP with the LaBRADOR proof systems, constructing a super exciting and concretely efficient post quantum PCS, with a blazing fast vectorized AVX-512 implementation included. Just to give some numbers, for degree 2^30 proofs are 53KB and only take 3 minutes to co...

文章 The Enchanted Realm of TON FunC: The Marvelous Message Toolkit Library

... information and wisdom. At the heart of this kingdom lies a grand castle, constructed from code, known as the Message Toolkit Library. It is not only the core of the TON FunC kingdom but also the hub of all communication. The master of this castle is a sage named Message, possessing the magical ...

文章 2024-10-13 zk-insights Weekly

...sefold and STIR to yield an efficient multilinearPCS with the best of both constructions. Next, this work proves the size of Basefold-FRI is equal to the size of traditional univariate FRI 🎉" [Hadas Zeilberger@idocryptography] - ### MPC-in-the-Head Framework without Repetition and its Applicatio...

文章 2024-08-04 zk-insights Weekly

...y definition that meaningfully captures the security of the FHE plus SNARG construction. - ### Hᴇᴋᴀᴛᴏɴ: Horizontally-Scalable zkSNARKs via Proof Aggregation 我们介绍 Hᴇᴋᴀᴛᴏɴ,它是一种可以高效处理任意大型计算的 zkSNARK。我们通过一个新的 "分...

文章 Rethink about DAO and introduce eonDAO

...rate governance through DAO’s thinking. Through a very large ecological construction and governance process To prove that the social practice of DAO’s philosophical thinking is reliable. ## What is NO.1 DAO? As a decentralized autonomous organization, DAO is a case of blockchain technolo...

文章 2024-10-06 zk-insights Weekly

...h are then used to create arithmetic circuits, a key building block in the construction of a ZK proof. - ### Foundations and Applications of Zero-Knowledge Proofs - ### The Hitchhiker's Guide to Scaling Bitcoin with STARKs - ### Understanding ZKsync: A Comprehensive Overview - ### Binary Tower F...

文章 In-depth Analysis of the TON FunC msgs Toolkit: Simplifying Message Sending in Smart Contracts

...tical applications. We will explore how the toolkit empowers developers to construct and dispatch contract messages with unparalleled efficiency, thereby streamlining the development process and bolstering the capabilities of smart contracts on the TON blockchain. ## Introduction to the msgs Tool...

文章 In-Depth Understanding of TON Cell Technology: Building and Serializing Weight-Balanced Trees

...of the TON Cell's weight allocation mechanism and the intricate process of constructing a weight-balanced tree structure through the innovative weight reordering algorithm. ## Introduction to TON Cell Before delving into the technical details, it is essential to understand the basic concept of...

文章 2024-09-29 zk-insights Weekly

...ers ### Detecting and Correcting Computationally Bounded Errors: A Simple Construction Under Minimal Assumptions - ### Dense and smooth lattices in any genus - ### On the Spinor Genus and the Distinguishing Lattice Isomorphism Problem - ### Founding Quantum Cryptography on Quantum Advantage...

文章 2024-07-28 zk-insights Weekly

...guments, and Zero-Knowledge Study group organized by ZK Hack - ### How to Construct Infinite Sets jHan 的视频介绍,包括什么是自然数?整数?有理数?有理数?虽然我们可能对这些数和集合有直观的理解,但要真正正式构建这些集合却并不那么容易...

文章 基于 Infura 与 Web3py 部署调用 Hello 合约全过程 | 以太坊开发极速入门

..., "") contract = w3.eth.contract(abi=abi,bytecode=code) # 合约对象 construct_txn = contract.constructor().buildTransaction({ 'from': acct.address, 'nonce': w3.eth.getTransactionCount(acct.address), 'gas': 5000000, 'gasPrice': w3.toWei('21', 'gwei')}) # 构造合约部署交易 signed ...

文章 探索 Solana 与 合约核心概念

... /// Account indexes must index into the list of addresses /// constructed from the concatenation of three key lists: /// 1) message `account_keys` /// 2) ordered list of keys loaded from `writable` lookup table indexes /// 3) ordered list of keys loaded ...