mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
feat: add support for public key management
This commit is contained in:
parent
f7f0c11587
commit
55f3e0f7e0
Binary file not shown.
@ -20,6 +20,7 @@
|
|||||||
"typescript": "^4.9.0"
|
"typescript": "^4.9.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-fetch": "^3.3.2"
|
"node-fetch": "^3.3.2",
|
||||||
|
"sonr-es": "^0.5.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
12
pkl/UIUX.pkl
12
pkl/UIUX.pkl
@ -31,7 +31,17 @@ class ModalForm {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ╭───────────────────────────────────────────────────────────╮
|
// ╭───────────────────────────────────────────────────────────╮
|
||||||
// │ Homepage View Model │
|
// │ Registration Components │
|
||||||
|
// ╰───────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
|
class PublicKeyCreationOptions {
|
||||||
|
}
|
||||||
|
|
||||||
|
class PublicKeyRequestOptions {
|
||||||
|
}
|
||||||
|
|
||||||
|
// ╭───────────────────────────────────────────────────────────╮
|
||||||
|
// │ View Models │
|
||||||
// ╰───────────────────────────────────────────────────────────╯
|
// ╰───────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
class Hero {
|
class Hero {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user