C

CryptMyCert

Hackathon with a twist of Crypto

The problem CryptMyCert solves

The aim of the project is to integrate web3 into more frequently used web2 solutions to make people more aware how the technology works and build their their on the system, which will form a strong foundation to build large scale web3 solutions.

CryptMyCert provides a web3 alternative to Certificate verification service most frequently used by Hackathon Organizers. With web3 integrated into it the solution provides a much more secured and tamper-proof certificate distribution, which is identified by an unique Hash. The certificate can be verified by visiting our Verification Portal and entering the Hash. Every Organizer and Participant is recognised by their wallet addresses, hence it takes the advantage of Single Sign On, and tracks all of your certificates at one place.

This Project brings down the price of signing Blockchain cetificates to even a ruppee once deployed on Polygon network for which gas fee is 0.001 MATIC per certificate ( 1 MATIC = 137 INR ) for the same service which GiveMyCertificate charges 75000/per month with limited number of certificates where as CryptMyCert supports unlimited certificates

Moreover, CryptMyCert supports Prize money distribution on the same platform, with the contract being deployed on both Ethereum and Polygon Blockchains. The organizers can pay the whole or a part of Prize money in ETH or MATIC. This payment system comes in handy if the Hackathon is international and the participant does not have account of the hosting country. Other than that, it serves as a unique way of integrating Blockchain into peoples' lives.

Challenges I ran into

The main challenge was to make IPFS work correctly. For now it is deployed locally and can perform the task required by our solution.
Also, deploying the contract to two different blockchain created some issue during Injected web3 connection which was later solved.

Discussion