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.
- Clone this repository.
go install
- Prepare a configuration file.
- requirements : See example
- working directory (i.e.
sandbox
) - file written in DOT language
- working directory (i.e.
- requirements : See example
cassis build
— build Ledger and Agent from DOT language- Answer the questions that are prompted.
cassis network invite
— Issue an invitation from the Issuer- Answer the questions that are prompted.
- docker
- docker-compose
- 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.
- Set the third argument of