Blockchain Papers

Follow blockchain research across journals, conferences, and preprint repositories.

2 papersLast indexed Aug 31, 2026
Search papers

Paper index

2 results · page 1 of 1

Clear filters
Jul 29, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Comparative Implementation of a Zero-Knowledge Settlement Layer across Five Proof Systems: Design Findings and Measurements

Angel Jose Toranzo Portela

We present a comparative implementation of the same financial settlement circuit in five zero-knowledge proofsystems—Groth16, Halo2/IPA, STARK/FRI, PLONK/KZG, and Nova/folding—and report the design consequencesthat appear only when the comparison is performed on a complete stateful application rather than onmicrobenchmarks.The application is a minimal settlement layer with double-entry value conservation, spending authority, doublespendprevention, threshold issuance, burns, selective disclosure for supervision, and account freezing. Unlikebenchmark suites centered on primitives such as SHA-256, this setting forces persistent state updates, globalinvariants, and multi-authority rules into every backend.We document nine implementation findings absent from typical comparative tables. The most consequential forarithmetization is that AIR lacks native copy constraints, which creates a silent soundness gap when updatingMerkle state unless a lockstep dual-climb pattern is enforced. The most consequential for the application is thatsingle-step settlement discloses the recipient’s balance to the payer, which forced a two-phase transferdesign. We also report identical-condition measurements for setup, proving, verification, and proof size; explainwhy Groth16 was rejected despite superior proof size; and record methodology errors that were detected andcorrected during the work.The reference implementation is public and test-backed. It is not third-party audited and does not implementdistributed consensus. We treat both limitations as part of the result.

Open access
5 source records
Logic, programming, and type systems
Distributed systems and fault tolerance
Advanced Data Storage Technologies
Original source
Jul 24, 2026·Cambridge University Press eBooks
0 cites
Solidity Coding for Ethereum

Cüneyt Gürcan Akçora, Murat Kantarcioglu, Yulia R. Gel

In this chapter, you will learn how to write, deploy, and interact with smart contracts using Solidity. We will cover fundamental data types, control structures, functions, and contract organization. You will understand the Ethereum Virtual Machine, how contracts send and receive Ether, and how to use events, modifiers, and visibility specifiers. The chapter also introduces reference types like arrays and mappings, common security practices, and techniques for optimizing gas usage.

Cellular Automata and Applications
Advanced Data Compression Techniques
Advanced Data Storage Technologies
Original source