Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

zubietaroberto/BlockchainVaccinationRegistry

Repository files navigation

Blockchain Vaccination Registry

Narration Video

This is a proof of concept that registers vaccionations as NFT Tokens to a certain public address, which would be the representation of a real person. Ideally each public address will be backed by a physical Identification Card.

This is just a proof of concept, without proper UX or security considerations.

To execute

On one terminal:

  • npm i -g truffle
  • truffle develop
  • migrate

On a second terminal:

  • cd client
  • npm start

Notes on the contracts

Contracts based on the sample implementation from Enjin (https://github.com/enjin/erc-1155)

About

Proof of Concept for a Blockchain-backed Vaccination Registry. Built for Ethereum Network.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published