Files
pse.dev/data/projects/wax.ts
2024-10-21 00:44:12 +01:00

38 lines
735 B
TypeScript

import { ProjectContent, ProjectInterface, ProjectStatus } from "@/lib/types"
const content: ProjectContent = {
en: {
tldr: "",
description: `
`,
},
}
export const wax: ProjectInterface = {
id: "wax",
section: "pse",
projectStatus: ProjectStatus.ACTIVE,
content,
image: "wax.webp",
name: "Wallet Account eXperiments - WAX",
links: {
github: "https://github.com/getwax",
},
tags: {
builtWith: [
"foundry",
"hardhat",
"node",
"solidity bls library",
"sqlite",
"docker",
"ethers.js",
"deno",
],
keywords: ["Scaling", "Key management", "WAX"],
themes: ["build"],
types: ["Prototype", "Proof of concept", "Lego sets/toolkits"],
},
}