mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
30 lines
674 B
TypeScript
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"],
|
|
},
|
|
}
|