asi-create-authentication-poc

Last updated: 2025-01-22 01:11:31.042162 File source: link on GitLab

ASI Create Authentication proof-of-concept

Concept

In order to provide proof of concept of how NuActor system can be integrated into ASI node, we need to implement pilot that will satisfy two did-auth-use-scenarios:

Implementation

preliminary implementation idea; TBC

The main work involved into this pilot is the implementation of code needed for Manage DIDs and OCaps scenario. This will most probably involve a:

  1. UI prototype;

  2. JavaScript SDK for accessing NuActor system;

  3. chosen wallet integration (for accessing hot or cold wallets via browser interface) and

  4. keystore implementation for storing / accessing issued DIDs and capabilities

After this part is done, submitting a compute job would not need much as, besides accessing NuNet Ensemble deployment functionality via the UI prototype.

Last updated