Files
pse.dev/data/projects/wax.ts
2024-09-19 02:47:06 +02:00

30 lines
674 B
TypeScript

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