feat: init docs

This commit is contained in:
Prad Nukala
2026-09-02 15:29:51 -04:00
parent d2390a8aad
commit 69425e2b7a
45 changed files with 11790 additions and 18 deletions
+15
View File
@@ -0,0 +1,15 @@
import { defineMeta } from "blume";
export default defineMeta({
title: "Threshold & MPC",
icon: "users",
order: 5,
pages: [
"index",
"secret-sharing",
"dkg",
"threshold-ecdsa",
"threshold-ed25519",
"oblivious-transfer",
],
});