phensics.hashnode.devGetting Started with PAIMA and ScrollIntroduction to PAIMA PAIMA is an app-specific L2 framework for gamification and running game engines on the blockchain. It simply allows you to build on-chain games utilizing the traditional web2 skill and technologies while adding a little web3 to ...Feb 8, 2024路10 min read
phensics.hashnode.devBuilding a DID Starter Dapp with Spruce and NextJsWhat is decentralized Identity? Digital identities are like little puzzle pieces on the internet. A stream of endless and pure quiescent data, being monetized and manipulated actively by anyone who sees fit and understands how it works. But what if w...Feb 6, 2024路10 min read
phensics.hashnode.devHow to build a ZK-Proof Voting Contract on The Scroll Network with NoirIntroduction Using traditional voting mechanisms has only proven to be susceptible to fraud, manipulation, lack of transparency, and centralized control. The Zero-Knowledge (ZK) proof is a technology that introduces a secure and transparent voting sy...Feb 6, 2024路14 min read
phensics.hashnode.devHow to Create and Call On-Chain Contracts with HardHat on the Scroll NetworkIntroduction One of the most essential and helpful tools a blockchain developer has as an arsenal is making contract calls. When working on complex and multi-contract projects it is very likely, that you won't be deploying a single smart contract fil...Jan 30, 2024路12 min read
phensics.hashnode.devSolving Git Submodule Error In Foundry Project: 'git submodule exited with code 1 | 128'Swooping through the new Patrick Collins Smart Contract Foundry course with a froggy drive only to get stuck on an error git submodule exited with code 1". or `git submodule exited with code 128` Well, let's get fixxy...馃 Replicating The Error The e...Jan 22, 2024路2 min read