mirror of
https://github.com/sonr-io/sonr.git
synced 2026-09-16 23:16:25 +00:00
13 lines
258 B
TypeScript
13 lines
258 B
TypeScript
import { defineMeta } from "blume";
|
|
|
|
export default defineMeta({
|
|
"title": "Architecture",
|
|
"icon": "combine",
|
|
"collapsed": true,
|
|
"pages": [
|
|
"delegated-proof-of-stake",
|
|
"inter-blockchain-communication",
|
|
"passkey-web-authentication"
|
|
]
|
|
});
|