-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathInfraData.js
87 lines (87 loc) · 2.85 KB
/
InfraData.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
import lattic from "../assets/infraicons/lattice.jpg";
import dojo from "../assets/infraicons/dojo.svg";
import paima from "../assets/infraicons/paima.png";
import curio from "../assets/infraicons/curio.svg";
import mud from "../assets/infraicons/mud.png";
import redstone from "../assets/infraicons/redstone.png";
import argus from "../assets/infraicons/argus.jpg"
import zeko from "../assets/infraicons/zeko.png"
const InfraData = [
{
icon: mud,
name: "MUD",
description:
"MUD provides you with the tools to build ambitious onchain applications.",
twitter: "https://twitter.com/latticexyz",
website: "https://mud.dev/",
github: "hhttps://github.com/latticexyz/mud",
built: {
name: "Lattice",
icon: lattic,
link: "https://lattice.xyz/",
},
},
{
icon: redstone,
name: "Redstone",
description:
"Redstone runs applications on an OP Stack chain optimized for games, autonomous worlds, and other ambitious onchain applications.",
twitter: "https://twitter.com/redstonexyz",
website: "https://redstone.xyz/",
github: "https://github.com/latticexyz/redstone",
built: {
name: "Lattice",
icon: lattic,
link: "https://lattice.xyz/",
},
},
{
icon: dojo,
name: "Dojo",
description:
"Dojo is a provable game engine and toolchain for building onchain games and autonomous worlds with Cairo",
twitter: "https://twitter.com/ohayo_dojo",
website: "https://dojoengine.com/",
github: "https://github.com/dojoengine/dojo",
built:""
},
{
icon: paima,
name: "Paima",
description:
"Paima Web3 Engine: the industry-leading framework to create L2s for gaming, gamification and autonomous worlds.",
twitter: "https://twitter.com/PaimaStudios",
website: "https://paimastudios.com/",
github: "https://github.com/PaimaStudios",
built:""
}, {
icon: argus,
name: "Argus",
description:
"World Engine provides the foundation for game developers to build and customize their own open and interoperable game worlds.",
twitter: "https://twitter.com/ArgusLabs_",
website: "https://argus.gg/",
github: "https://github.com/Argus-Labs",
built:""
},
{
icon: curio,
name: "Curio",
description:
"Foundational infrastructure and applications powering next-gen onchain games.",
twitter: "https://twitter.com/0xcurio",
website: "https://www.curio.gg/",
github: "https://github.com/curio-research/keystone",
built:""
},{
icon: zeko,
name: "Zeko",
description:
"Zeko is the premier zero-knowledge scaling protocol, built on Mina and designed for developers shaping the future of finance, AI, and gaming.",
twitter: "https://twitter.com/ZekoLabs",
website: "https://zeko.io/",
github: "https://github.com/zeko-labs/zeko",
built:""
},
];
export default InfraData;