Symmetric Encryption In CircomIn this article, I will explain how to implement symmetric encryption in Circom using simple to understand algorithms that are zkSNARK…Jan 23Jan 23
Graceful Tree Labeling In Circom: A Look Into A Circom CircuitGithub: https://github.com/rubydusa/circom-graceful-labelingJun 15, 2023Jun 15, 2023
Paper.js: How To Add ECMAScript 6 Support For Local ProjectsDepending on how you install paper.js locally, ES6 syntax and features may not work properly. You may experience Uncaught SyntaxError…Jun 11, 2023Jun 11, 2023
Advice on Creating On-Chain Generated NFT ArtCreating On-Chain Generated Art can be hard as a beginner. I’ve compiled several tips and tricks I wish I knew when I was startingApr 24, 2023Apr 24, 2023
How To Build A React App With SnarkJSIn this short tutorial I will demonstrate how to import and use SnarkJS in a react project, prior knowledge of circom and react are…Oct 30, 2022Oct 30, 2022
Published inCoinmonksProof of Life: Zero-Knowledge-Proof Implementation of Conway’s Game of Life with Circom and…Recently there is a rise in discussion about the potentials of ZKP — Zero Knowledge Proofs in crypto. Jumping on the bandwagon, I decided…Oct 12, 2022Oct 12, 2022
ParserError: Multiple SPDX license identifiers found in source file.By default, The flatten feature in hardhat doesn’t solve SPDX license identifiers conflicts. In this article I’ll provide two solutions:Jan 17, 2022Jan 17, 2022