Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add resources, edit talk titles, and fix a bug with abstracts #336

Merged
merged 4 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/ResourceHub/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const ProjectCard = (resource: KnowledgeResource): JSX.Element => {
{resource.name}
</Typography>

{resource.type === 'Blog post' && (
{resource.type === 'Blog Post' && (
<Typography
variant='body2'
color='text.secondary'
Expand Down
19 changes: 10 additions & 9 deletions components/ResourceHub/community-resources.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
[
{
"name": "Gnosis Safe 🛠 Starting with the Safe Core SDK",
"url": "https://www.youtube.com/watch?v=t2LzhAFBxkI",
"type": "Video",
"tags": [
"Introduction",
"Safe Core SDK"
]
},
{
"name": "How To Deploy a Smart Contract From a Web3 Multi-Sig Wallet",
"url": "https://www.youtube.com/watch?v=zn6omKzm3BI",
Expand Down Expand Up @@ -118,6 +109,16 @@
"Hardhat"
]
},
{
"name": "How to create and use a Safe account with permissionless.js",
"url": "https://docs.pimlico.io/permissionless/how-to/accounts/use-safe-account",
"type": "Blog Post",
"abstract": "This guide will walk you through how to create and use a Safe account with permissionless.js.",
"tags": [
"Tutorial",
"Safe Smart Account"
]
},
{
"name": "Safe Study (Japanese)",
"url": "https://zenn.dev/kozayupapa/articles/877ca3c93fc4a9",
Expand Down
34 changes: 26 additions & 8 deletions components/ResourceHub/company-resources.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
[
{
"name": "Gnosis Safe 🛠 Safe modding 101: Create your own Safe module",
"name": "Starting with the Safe Core SDK",
"url": "https://www.youtube.com/watch?v=t2LzhAFBxkI",
"type": "Video",
"tags": [
"Introduction",
"Safe Core SDK"
]
},
{
"name": "Building on Safe{Core} Protocol",
"url": "https://www.youtube.com/watch?v=dx4WPWnw9DQ",
"type": "Video",
"tags": [
"Introduction",
"Safe Smart Account"
]
},
{
"name": "Safe modding 101: Create your own Safe module",
"url": "https://www.youtube.com/watch?v=nmDYc9PlAic",
"type": "Video",
"tags": [
Expand All @@ -9,7 +27,7 @@
]
},
{
"name": "Gnosis Safe Safe modding 101: Create your own Safe module",
"name": "Safe modding 101: Create your own Safe module",
"url": "https://www.youtube.com/watch?v=QdOfuxxXVBA",
"type": "Video",
"tags": [
Expand All @@ -18,7 +36,7 @@
]
},
{
"name": "Managing modules and transaction guards - Germán Martínez | Safe Core SDK | Devfolio",
"name": "Managing modules and transaction guards | Safe Core SDK",
"url": "https://www.youtube.com/watch?v=Y4PwNkU8OVM",
"type": "Video",
"tags": [
Expand All @@ -28,7 +46,7 @@
]
},
{
"name": "Safe Core SDK 🛠 Managing modules and transaction guards - Germán Martínez",
"name": "Safe Core SDK 🛠 Managing modules and transaction guards",
"url": "https://www.youtube.com/watch?v=ppwE9GXC5MA",
"type": "Video",
"tags": [
Expand All @@ -38,7 +56,7 @@
]
},
{
"name": "Safe 🛠 Building a Plugin with the Safe{Core} Protocol",
"name": "Building a Plugin with the Safe{Core} Protocol",
"url": "https://www.youtube.com/watch?v=EzAL1A5N_6k",
"type": "Video",
"tags": [
Expand All @@ -47,15 +65,15 @@
]
},
{
"name": "Safe 🛠 Developing on Safe{Core} Protocol",
"name": "Developing on Safe{Core} Protocol",
"url": "https://www.youtube.com/watch?v=6LpRecrNqFk",
"type": "Video",
"tags": [
"Safe Smart Account"
]
},
{
"name": "Safe 🛠️ Building with the Safe{Core} SDK - Manuel Gellfart",
"name": "Safe 🛠️ Building with the Safe{Core} SDK",
"url": "https://www.youtube.com/watch?v=seQNBoUnwEI",
"type": "Video",
"tags": [
Expand Down Expand Up @@ -100,7 +118,7 @@
]
},
{
"name": "The new AI agent economy will run on Smart Accounts.",
"name": "The new AI agent economy will run on Smart Accounts",
"url": "https://safe.mirror.xyz/V965PykKzlE1PCuWxBjsCJR12WscLcnMxuvR9E9bP-Y",
"type": "Blog Post",
"abstract": "Web3’s first billion users may not only be humans, but AI agents.",
Expand Down
Loading