Why "Bias for Action" Really Matters
Understanding the importance of acting decisively, overcoming perfectionism, and building momentum through small, imperfect steps.
Blockchain Certificate Verification
A decentralized, immutable solution for verifying academic and professional credentials. Built on Ethereum, BlockCertify ensures that certificates are tamper-proof and instantly verifiable globally.

The current centralized certificate verification systems are prone to fraud, administrative delays, and lack of transparency. BlockCertify addresses these issues by leveraging blockchain's decentralization.
Each certificate issued is hashed and stored on the Ethereum blockchain as a unique transaction. This ensures that any attempt to alter the certificate will immediately invalidate the verification check.
Key technical focus: Data Integrity, Decentralized Identity, and Cryptographic Security.
Step 1: Certificate Issuance
The educational institution uploads the certificate details. The data is hashed using SHA-256 for privacy and integrity.
Step 2: Smart Contract Interaction
The institution's authorized Ethereum wallet signs a transaction to the Smart Contract, storing the digital signature and hash of the certificate.
Step 3: Blockchain Confirmation
The transaction is mined on the Ethereum mainnet/testnet, providing an immutable timestamp and proof of issuance.
Step 4: Verification Process
Students or employers upload the certificate file. The system re-hashes it and compares it with the hash stored on the blockchain via Web3.js.
The technologies and tools that power the decentralized verification.
Used for writing the smart contracts that handle certificate logic and verification rules.
The underlying blockchain network provides a decentralized, tamper-proof registry.
The interface for the frontend to communicate with the Ethereum blockchain via JSON-RPC.
Used for building a responsive and interactive user interface.
Integrated as the primary wallet for institutional signing and user interaction.
Utilized for decentralized storage of larger certificate data (if applicable).
A deeper look into the codebase and technical decisions.
Gas-optimized Solidity contract using the Factory Pattern to manage multiple institutions and their respective certificate registries.
Implemented custom hooks for wallet connection, contract instance management, and real-time transaction tracking.
Challenge: High transaction costs on Ethereum. Solution: Optimized smart contract logic by reducing state changes and using event-based data retrieval instead of storage where possible.
Challenge: Ensuring only authorized institutions can issue certificates. Solution: Implemented a Role-Based Access Control (RBAC) system using OpenZeppelin’s AccessControl contracts.
Contributing to the broader field of Decentralized Identity and Blockchain Security.
Authored a technical whitepaper detailing the comparison between traditional hash-based verification and decentralized zk-SNARKs for privacy-preserving credentialing.
This project serves as a practical implementation for my research interests in Secure Distributed Systems and Blockchain Security protocols.
Validation from examiners and project collaborators.
" Patent Application has been filed and we invite the parties involved to invoke a request for examination. We are impressed by the innovative approach and technical depth of the project. "
Patent Officers
Ministry of Commerce and Industry, Government of India
" BlockCertify provided a seamless verification experience, significantly reducing the turnaround time for credential validation and is a good project worthy of first prize. "
Sunil Subramanyam Yadavalli, Voruganti Aravind
Information Data Systems - IDS
Interested in technical deep-dives or research partnerships?
Stories and insights from building, learning, and growing in tech and creativity.
Understanding the importance of acting decisively, overcoming perfectionism, and building momentum through small, imperfect steps.
A look into creating a memorable, creative, and impactful design for the Doodle 4 Google contest, including inspiration, process, and key takeaways.
Exploring the process behind designing meaningful and visually striking medals, from concept to final production.