top of page
  • GitHub
  • LinkedIn

Projects

The projects that I have worked on over the years! 

Bl0ckify - Hack the North 2023

A hackathon blockchain project to empower users to transform their physical collectibles into digital assets. This not only preserves the value of their physical items but also facilitates easy buying, selling, and trading.

Tech Stack
- Frontend & Backend: Next.js

- Web3 Framework: ThirdWeb, WalletConnect and Ethereum Attestation Serivce

V-Lance - A Freelancer Passport (2023)

V-Lance is a freelance service marketplace that aims to address the issue of trust and transparency in the freelance industry. Existing freelance platforms suffer from fake reviews and plagiarized projects, making it difficult to find reliable freelancers.

V-Lance seeks to establish credibility through on-chain verification and offers a private way to showcase work history and track records without KYC.

Tech Stack 

- Talent Layer to implement a freelancing marketplace.

- Sismo to provide zk proofs of a user's contributions to notable github repos as a credibility measure.

- The Graph’s subgraphs to query our smart contract in real time to identify addresses verified as github contributors.

- Ethereum Attestation service is used to add credibility to freelancers' claims about work experience.

 

All these together help freelancers build their credibility on chain.

Agent Maverick (2022)

Agent Maverick is a Telegram bot that takes in a PNG (only) image alongside the secret message (ASCII characters) that the user intends to hide. We encrypt the secret message using Caesar cipher, then embed the ciphertext into the image provided via image steganography. The resultant image is then sent back to the user.

MediaTE (2021)

The COVID19 pandemic has limited the frequency of face-to-face interactions. The lack of physical lessons may make it harder for students to be engaged in learning. MediaTE aims to bring a "people element" to a digitised education, increasing engagement by turning mundane walls of text into exciting videos narrated by any person of your choice. We hope to MediaTE between the physical limitations of a pandemic and the advantages of online learning, thereby making an impact on both education and social interactions!

ProgrammerError (2021)

ProgrammerError is a desktop application for CS2100 tutors to manage students’ lab results. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).

Tech Stack: Java

bottom of page