GithubHelp home page GithubHelp logo

michaeljharrison / proveyourself Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.76 MB

Blockchain Enabled Proof of Identity (POI) Demo.

JavaScript 21.83% Shell 0.05% SCSS 2.30% Python 1.47% Vue 42.11% TypeScript 31.09% Dockerfile 0.23% HTML 0.46% Less 0.45%

proveyourself's Introduction

NFTee

About

The Demo uses three main components:

  1. MongoDB: Request and information persistence.

Each Hole NFT request follows the flow below, and is always in one of the following states:

  1. CREATING: User has provided some basic info (name, email etc...) but the request has not yet asked for a photo.
  2. CREATED: Request has been created but no image for the NFT has been uploaded.
  3. UPLOADING: User has uploaded a verified identity document, but it has not yet been anchored on the Blockchain.
  4. COMPLETE: The hole upload is completed.

FAILED: The failed state will only occur if the image upload has failed, this is equivalent to the CREATED stage in terms of user interaction, but with additional UI elements asking for a retry.

Environment

Env Variables

The following env variables are used in the demo.

export NFTEE_DB="mongodb://localhost:27017"
export NFTEE_DATABASE="nfTees"

Node Versions

  • Node v14.0.0
  • Yarn v1.22.5
  • NPM v6.14.4

Build Locally

# clone repository
git clone https://github.com/michaeljharrison/NFTee

# install dependencies
yarn install

# serve with hot reload at localhost:8000
yarn dev

# build for production and launch server
yarn build
yarn start

# generate static project
$ yarn generate

proveyourself's People

Contributors

michaeljharrison avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.