@tanglelabs/ssimon
v0.7.1
Published
SSIMON is an open, interoperable, and convenient software to manage DIDs and credentials
Downloads
1,553
Readme
Overview
SSIMON is a powerful and flexible library that abstracts the creation, management, and storage of W3C Decentralized Identifiers (DIDs) and Verifiable Credentials (VCs). With SSIMON, you can seamlessly use any DID method by leveraging its plug-and-play adapter ecosystem.
Features
Adapter Ecosystem: SSIMON provides a modular and extensible architecture through its adapter ecosystem, allowing users to easily integrate and use various DID methods.
W3C Compliance: Ensure compliance with W3C standards for DIDs and VCs, making it easy to adopt and integrate into existing decentralized identity systems.
Plug and Play: Quickly switch between different DID methods without major code changes. SSIMON's design allows for easy integration and adaptation to evolving identity standards.
Simple API: The library offers a straightforward and developer-friendly API for managing DIDs and VCs, reducing the complexity of identity management tasks.
Installation
To install SSIMON, use the following command:
$ npm i @tanglelabs/ssimon
or
$ yarn add @tanglelabs/ssimon