Skip to content

Commit

Permalink
feat: add support for public key management
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Oct 7, 2024
1 parent f7f0c11 commit 55f3e0f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Binary file modified pkg/nebula/bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion pkg/nebula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"typescript": "^4.9.0"
},
"dependencies": {
"node-fetch": "^3.3.2"
"node-fetch": "^3.3.2",
"sonr-es": "^0.5.3"
}
}
12 changes: 11 additions & 1 deletion pkl/UIUX.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,17 @@ class ModalForm {
}

// ╭───────────────────────────────────────────────────────────╮
// │ Homepage View Model │
// │ Registration Components │
// ╰───────────────────────────────────────────────────────────╯

class PublicKeyCreationOptions {
}

class PublicKeyRequestOptions {
}

// ╭───────────────────────────────────────────────────────────╮
// │ View Models │
// ╰───────────────────────────────────────────────────────────╯

class Hero {
Expand Down

0 comments on commit 55f3e0f

Please sign in to comment.