2026-09-02 16:53:24 -04:00
|
|
|
import { defineMeta } from "blume";
|
|
|
|
|
|
|
|
|
|
export default defineMeta({
|
|
|
|
|
"title": "Architecture",
|
|
|
|
|
"icon": "combine",
|
|
|
|
|
"collapsed": true,
|
|
|
|
|
"pages": [
|
|
|
|
|
"delegated-proof-of-stake",
|
|
|
|
|
"inter-blockchain-communication",
|
|
|
|
|
"passkey-web-authentication"
|
|
|
|
|
]
|
|
|
|
|
});
|