@originvault/ov-id-viewer v0.0.5
š @originvault/ov-id-viewer
Decentralized Identity Viewer for OriginVault
@originvault/ov-id-viewer is a React component library designed to display and manage decentralized identities (DIDs) and verifiable credentials (VCs) using the @originvault/ov-id-sdk. It provides a user-friendly interface for interacting with DIDs and VCs, making it easier to integrate decentralized identity features into your web applications.
š¹ Features
- ā Display DIDs and associated metadata
- ā View and verify Verifiable Credentials
- ā
Seamless integration with
@originvault/ov-id-sdkfor DID management - ā User-friendly UI components for decentralized identity operations
- ā Customizable and extendable for various use cases
š¦ Installation
npm install @originvault/ov-id-viewerš Quick Start
1ļøā£ Integrate the Viewer in Your Application
import React from 'react';
import { OVIdViewer } from '@originvault/ov-id-viewer';
const App = () => {
return (
<div>
<h1>Decentralized Identity Viewer</h1>
<OVIdViewer />
</div>
);
};
export default App;2ļøā£ Display DIDs and Verifiable Credentials
The OVIdViewer component automatically fetches and displays DIDs and VCs using the @originvault/ov-id-sdk. Ensure the SDK is properly configured in your application.
š Configuration
| Prop | Description |
|---|---|
sdkConfig | Configuration object for @originvault/ov-id-sdk integration |
theme | (Optional) Custom theme settings for the viewer UI |
š Built With
- React ā UI library for building user interfaces
- @originvault/ov-id-sdk ā SDK for decentralized identity management
- Styled Components ā For styling the UI components
š License
@originvault/ov-id-viewer is licensed under MIT.
š Next Steps
- Add support for additional identity standards
- Enhance UI customization options
- Implement advanced filtering and search for DIDs and VCs
š Contributors & Feedback
If you have suggestions or want to contribute, open an issue or pull request on GitHub.
š Now, ov-id-viewer is ready to enhance your decentralized identity applications!
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago