Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

29 lines (25 loc) · 1.26 KB

Cassis

SecHack365

Cassis is CAsual Self Sovereign Identity System

Cassis is a system that provides a comprehensive infrastructure for DID.

The goal is to create an environment that is DID ready in a casual way.

Usage

  1. Clone this repository.
  2. go install
  3. Prepare a configuration file.
    • requirements : See example
      • working directory (i.e. sandbox)
      • file written in DOT language
  4. cassis build — build Ledger and Agent from DOT language
    • Answer the questions that are prompted.
  5. cassis network invite — Issue an invitation from the Issuer
    • Answer the questions that are prompted.

System Requirements

  • docker
  • docker-compose

Release

v0.1

  • Added support for generating docker-compose.yml for Agent from DOT language
    • You can do the same or better than the run_docker script in ACA-Py, but more easily.
  • Notice : You will need to modify some of the source code to fit your environment :)
    • Set the third argument of ConvertFromGraph in build.go to your localhost IP address.