Skip to content

Latest commit

 

History

History
191 lines (121 loc) · 5.86 KB

PROGRESS_REPORT.md

File metadata and controls

191 lines (121 loc) · 5.86 KB

Octorber 27, 2021

Things in Progress:

  • [] Full map of the architecuture and workflow
  • [] Slides for final presentation
  • [] Check if any potential reserach opportunities

Things I have done:

Octorber 12, 2021

Things in Progress:

  • Figure out the full workflow by using organizations in GitHub

Things I have done:

  • Checked a GitHub API REST v3

    • User
    • Repository
    • Organization
  • Check another open-source project used to generate DID

September 29, 2021

Things I have done:

  • Figure out a detailed workflow for RF-0.0.1
  • Procedure to create a repository for a Github/Non-Github organization

September 14, 2021

Things I have done:

  • Explore a set of GitHub API involved

    • A list of all involved GitHub API
  • Explore Hyperledger Aries Project (roughly)

    • Install and text Aries Python CloudAgent

August 23, 2021

Things I have done:

  • Warm up by Project Setup - DRman (https://github.com/DIDman/DRman)

    • Fixed few installation Issues
    • Explored about s2i
  • Check up with the progress of previous project

  • Explore VC Registry (Check relevant W3C standard documents)

  • Explore DRM commands

    • Checked create-github-vcr.sh
    • Checked delete-github-vcr.sh
  • Explore DID repository

  • The architecuture of DRMAN in verfiable credential model

  • Explore Von-network

    • Installed on local machine and AWS

November 11, 2020

Things In progres for demo:

September 04, 2020

Upcoming Goal: Work on RF-0.0.1 (#3)

Things I'll Do next week: August 2020

  • Will work on #3
    • Create a compatable schema for the, Yet to be created Github Repo -- In Progress
    • Script Integration with Drman -- In Progress

Things I have done last week:

  • Working on #3
    • Explored the schema of Hyperledger Aries
    • Made a script to create a dummy github repo

August 24, 2020

Upcoming Goal: Work on RF-0.0.1 (#3)

Things I'll Do next week: August 2020

  • Will work on #3
    • Explore the schema of Hyperledger Aries
    • Create a compatable schema for the, Yet to be created Github Repo
    • Make a script to create a dummy github repo
    • Make a script to create dummy schema from Drman

Things I have done last week:

  • HL Indy Email Verification Service Setup

    • Fixed few installation Issues
    • Explored about s2i
  • Experimented with Aries Cloudagent Python

    • Enabled communication with Alice & Faber withouT Ledger using swagger
    • Credentials issued by Faber Agent
    • Placed Verifiable Credentials in the public ledger to enable the presentation of proofs
  • Aries VCR Setup

  • VON Network Setup Successful

  • Facing quiet a few issues with Aries VCR

Backlog: Side Projects :)

  • NA

Backlog: Code Things I Want to Do/Play With

  • NA

August 17, 2020

Things I'll Do This sprint:

Things I'll Do This Month: August 2020

  • Write a blog post
  • Initiate a sprint progress update in github

Backlog: Side Projects :)

  • NA

Backlog: Code Things I Want to Do/Play With

  1. Aries Sample Code

Goals

To create, install, manage a didRegistry associated with an organization.

Enable a Zero Infrastructure cost.

Enable trusted communication via Verifiable Credential Registry.

Utilize Aries ecosystem to enable plug and play infrastruture.

Why Verifiable Credential Regsitry

VCR Stands on its own

VCR Works on top of the github

Points to Remember

Github acts as the datastore here

No Infrastructure cost involved as we are using Github as our underlying infrastructure

The script should be able to install Hyperledger Aries in the target location

No dependency with any third party tools liks Github or Gitlab. Open to change its base installation location anytime

Github Based VCR vs Non Github Based VCR

1. Github based VCR are Verfiable credential registries that make use of Github’s datamodel and api to offer exactly the same API’s as any other VCR

2. Create and manage  Aries VCR using DRman Registry Script

3. Create and manage Aries-VCGR 

Short Term Goal

  1. Explore the Email Verification Service
  2. Experiment by replacing the BCGov Docker images with our own docker images
  3. Make a periodic Commits in Github
  4. Get better at shell scripting
  5. Learn more about Aries Ecosystem
  6. Install Hyperledger Aries