mpc-framework lint fixes

This commit is contained in:
Kalidou Diagne
2025-02-12 11:06:43 +00:00
parent 71b506ea7a
commit bbc54dea1c
2 changed files with 717 additions and 1278 deletions

View File

@@ -1,20 +1,20 @@
import { ProjectCategory, ProjectInterface, ProjectStatus } from "@/lib/types"
import { ProjectCategory, ProjectInterface, ProjectStatus } from '@/lib/types'
export const mpcFramework: ProjectInterface = {
id: "mpc-framework",
image: "mpc-illustration.jpg",
name: "MPC Framework",
id: 'mpc-framework',
image: 'mpc-illustration.jpg',
name: 'MPC Framework',
category: ProjectCategory.DEVTOOLS,
license: "MIT",
section: "pse",
license: 'MIT',
section: 'pse',
projectStatus: ProjectStatus.ACTIVE,
links: {
github: "https://github.com/voltrevo/mpc-framework",
github: 'https://github.com/voltrevo/mpc-framework',
// website: "https://mpc.pse.dev/",
},
content: {
en: {
tldr: "Create secure MPC apps easily in TypeScript.",
tldr: 'Create secure MPC apps easily in TypeScript.',
description: `
## Quick Start
@@ -80,8 +80,8 @@ For a more technical introduction, see [Computerphile's video on Garbled Circuit
extraLinks: {
play: [
{
label: "Try it out: Hello world in MPC",
url: "https://voltrevo.github.io/mpc-hello/",
label: 'Try it out: Hello world in MPC',
url: 'https://voltrevo.github.io/mpc-hello/',
},
],
},

1975
yarn.lock

File diff suppressed because it is too large Load Diff