PinnedVerifiable AI(ZKML) through Recursive ZK-Snarks and folding schemesIntroduction This article delves into the exciting realm of Verifiable AI, focusing on the integration of Recursive ZK-Snarks and folding schemes. The primary objective is to combine the inference process of a neural network model within zero-knowledge circuits. …Zero Knowledge Proofs9 min readZero Knowledge Proofs9 min read
Published inBanana HQ·Jul 11Demystifying Polygon’s ZK-EVM | Part 2This article is part 2 of a series on Polygon’s ZK-EVM, please read part 1 here. Table of contents · Introduction · Architecture of current ZK-EVM · Implementation Model of Polygon Zk-EVM · zkNode · Trustless L2 State Management · Transaction life cycle ∘ Execution ∘ Transaction Batching ∘ Batch Sequencing ∘ Batch Aggregation · Banana SDK Live…Ethereum9 min readEthereum9 min read
Published inBanana HQ·Jun 27The future of web3 authentication using “Passkeys” | Part 2This is the second article in the series of passkeys, please read the first one here. Table of contents · Introduction · Create a wallet using Passkeys ∘ Step 1 ∘ Step 2 · Signing using Passkeys · Devices Supported ∘ Apple ∘ Android ∘ Windows · One Wallet, multiple devices · Conclusion Introduction …Passkey5 min readPasskey5 min read
Published inBanana HQ·Jun 16The future of web3 authentication using “Passkeys” | Part 1Table of contents · Table of contents · Introduction · What are Passkeys? · History of passwords · How will passkeys help? · Conclusion Introduction Welcome to our article series where we explore a revolutionary approach to creating crypto wallets and conducting transactions. In this series, we will delve deep into a new and…Web34 min readWeb34 min read
Published inBanana HQ·May 15Decoding Polygon’s Zk-EVM | Part 1In the realm of zero-knowledge proofs, Polygon has risen to prominence through its remarkable collection of research and development endeavours. …Ethereum9 min readEthereum9 min read
Apr 9Building Banana SDK at EIF 3.0 | Week 8During the final week of my fellowship, I had the opportunity to work on various exciting projects and learn about new technologies. Here are the highlights of my activities during this week: Writing Our Own Circuits for zk-ecdsa: I started writing our circuits for zk-ecdsa by referring to already existing…Cryptocurrency2 min readCryptocurrency2 min read
Apr 9Building Banana SDK at EIF 3.0 | Week 7The first major development was the successful integration of a paymaster in our SDK. This new feature automates the deployment cost of wallets, which significantly reduces the friction for onboarding new users. The next task was to delve deeper into the code of circom of zk-ecdsa of 0xParc. Specifically, our…Zero Knowledge Proofs2 min readZero Knowledge Proofs2 min read
Apr 9Building Banana SDK at EIF 3.0 | Week 6Week 6 of my fellowship was a productive one, filled with a lot of learning and progress towards the development of the Banana Wallet SDK. One of the major focus areas of the week was gaining a deeper understanding of SAFE contracts and their architecture. This involved going into a…Zero Knowledge Proofs2 min readZero Knowledge Proofs2 min read
Apr 9Building Banana SDK at EIF 3.0 | Week 5During week 5 of my fellowship, I made significant progress in several key areas. First, I successfully migrated the business logic in recovery to AWS, which involved transferring the OTP sending and verification mechanisms to the cloud platform. …Zero Knowledge Proofs2 min readZero Knowledge Proofs2 min read
Apr 1Why calculating your public key is hard in ZK-Snarks?Zero-Knowledge Succinct Non-Interactive Argument of Knowledge (ZK Snarks) is a technology that enables the verification of certain operations on-chain without revealing the underlying data. This makes it an incredibly powerful tool for maintaining privacy and confidentiality on the blockchain. ZK Snarks have several advantages, such as their ability to reduce…Zksync5 min readZksync5 min read