mirror of
https://github.com/sonr-io/crypto.git
synced 2026-09-17 01:26:23 +00:00
feat: init docs
This commit is contained in:
@@ -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",
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user