-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathecosystem.json
91 lines (91 loc) · 3.26 KB
/
ecosystem.json
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
88
89
90
91
[
{
"pageTitle": "Safe Ecosystem — Powering Web3 Projects from DAOs to DeFi | Safe",
"description": "Explore the vast Safe Ecosystem, empowering over 200 onchain projects. From innovative DAO tooling to dynamic DeFi solutions, discover how Safe drives Web3 forward.",
"image": "https://safe.global/images/ecosystem-image.jpg",
"component": "common/MetaTags"
},
{
"title": "Explore the Safe Ecosystem",
"text": "Projects leveraging the power of Safe Smart Accounts",
"component": "Ecosystem/Intro"
},
{
"items": [
{
"title": "Integrate with Safe",
"image": {
"src": "/images/code-dotted.svg",
"alt": "Code block"
},
"link": {
"href": "https://docs.safe.global"
}
},
{
"title": "Submit your Project",
"image": {
"src": "/images/arrow-out-square-corner.svg",
"alt": "Arrow angled"
},
"link": {
"href": "https://github.com/safe-global/safe-ecosystem-database/issues/new?assignees=&labels=project+%3Agame_die%3A&template=suggest_project.yaml&title=Suggest+a+project"
}
},
{
"title": "Ecosystem Careers",
"image": {
"src": "/images/arrow-out-square-corner.svg",
"alt": "Arrow angled"
},
"link": {
"href": "https://jobs.safe.global"
}
}
],
"component": "Ecosystem/Projects"
},
{
"title": "Integrate with Safe",
"text": "Learn how you can be a part of the Safe ecosystem by building on top of the Safe{Core} stack.",
"buttons": [
{
"text": "Documentation",
"href": "https://docs.safe.global",
"variant": "button"
},
{
"text": "Get in touch",
"href": "https://ecosystem-contact.safe.global",
"variant": "link"
}
],
"items": [
{
"title": "Connect as a Safe App",
"text": "Integrate your standalone DApp as a Safe App by leveraging our <a href='https://github.com/safe-global/safe-apps-sdk' target='_blank' rel='noreferrer'>safe-apps-sdk</a>, and get it <a href='https://help.safe.global/en/articles/145503-how-to-create-a-safe-app-with-safe-apps-sdk-and-list-it' target='_blank' rel='noreferrer'>added</a> to our Safe App store within Safe{Wallet}",
"image": {
"src": "/images/code-dotted.svg",
"alt": "Code block"
}
},
{
"title": "Build on Safe",
"text": "Create your own use case and UI/UX, powered by the security of the Safe contracts, using the <a href='https://docs.safe.global/safe-core-aa-sdk/protocol-kit' target='_blank' rel='noreferrer'>Protocol Kit</a> and the <a href='https://docs.safe.global/safe-core-aa-sdk' target='_blank' rel='noreferrer'>{Core}SDK</a>",
"image": {
"src": "/images/arrow-out-square-corner.svg",
"alt": "Arrow angled"
}
},
{
"title": "Extend Safe Functionality",
"text": "Add new features to the Safe protocol by building a module, or further secure your transactions by creating a guard",
"image": {
"src": "/images/arrow-out-square-corner.svg",
"alt": "Arrow angled"
}
}
],
"component": "Ecosystem/TextBlockItems"
}
]