Abdullah SH
Abdullah SH

Reputation: 1

Blockchain system for verifying student credentials

So I am new to blockchain. In fact, I am actually doing a one-year diploma for it. I found out it's incredibly hard to find accurate information online regarding blockchain. It's either a chunky mess or completely irrelevant. Right now my team's project is to work on a real-life situation where blockchain could be implemented and we chose blockchain for student credentials. We went with a Hybrid blockchain where certain personal information will be private and other stuff like credentials will be public so that educational institutes can validate them. We are supposed to be working with Hyperledger Fabric for the assignment, but we are stuck deciding whether we should be using ERC-721 Tokens or smart contracts to assign every student a unique digital asset. I am posting this here to see if I can get some help.

p.s dont mind if my concepts are completely off because its only been like a week or 2 since my classes started.

Upvotes: 0

Views: 139

Answers (2)

olegarch
olegarch

Reputation: 3891

In Russia, finance academy "Active" already uses Emercoin blockchain for this purpose for years. You can use Google Translate and read the interview article.

I think, if you contact them, they will share with you their solutions and source code.

Upvotes: 1

Ta-seen Junaid
Ta-seen Junaid

Reputation: 474

You can implement your use cases with Hyperledger Indy blockchain framework. Hyperledger Indy will suit your use cases as this blockchain framework is used to manage identities.

You can visit Indy Walkthrough demo where you can find tutorial with code based on your use cases.

You can also check the following demo: https://www.youtube.com/watch?v=9WZxlrGMA3s

Upvotes: 0

Related Questions