Skip to content
Essbante edited this page Mar 9, 2022 · 4 revisions

Problem statement

Atala PRISM is a new Solution, IOG has done a great job providing the protocol, but there are gaps that need to be covered before a decentralized identity ecosystem can be built on top of it. One of the steppingstones to start an ecosystem is to help developers to develop. For this reason we created a tool to facilitate the interaction with the protocol, this is delivered in the form of a command line interface (CLI) identity wallet, called WAL. With this tool we want to promptly enable all the Atala Prism projects to start prototyping while the ecosystem matures.

Goal

Provide an open source tool that help teams to accelerate the pace of their projects until a fully featured wallet is developed. The CLI wallet facilitates prototyping, development and testing of isolated components.

Features

Allow test artifacts to be referenced by alias CRUD operations on DIDs Credential issuance, revocation, verification and storage Storage and tracking of operation hashes and credential data Key management

Compromises

The tool isn't intended for production, the design doesn't contemplate security. Data will be managed in plain text to keep the semantics exposed and facilitate inspection.

Target audience

Teams developing a solution with Atala Prism SDK. Individuals with some development experience that want to try SSI technologies.

Clone this wiki locally