- Are you a BG member eager to make impact in the ecosystem? At BuidlGuidl, we're excited to support
+ Are you a BG member eager to make an impact in the ecosystem? At BuidlGuidl, we're excited to support
your builds. We offer sponsorship of up to 1 ETH for projects that drive the community forward.
- Funding meaningful projects
across the ecosystem
+ Funding meaningful projects
across the Ethereum ecosystem
diff --git a/packages/nextjs/app/layout.tsx b/packages/nextjs/app/layout.tsx
index a1cb4d9..cb2fe6c 100644
--- a/packages/nextjs/app/layout.tsx
+++ b/packages/nextjs/app/layout.tsx
@@ -15,13 +15,15 @@ export const metadata: Metadata = {
default: "BuidlGuidl Grants",
template: "%s | BuidlGuidl Grants",
},
- description: "BuidlGuidl Grants offers funding to its members to build meaningful projects across the ecosystem.",
+ description:
+ "BuidlGuidl Grants offers funding to its members to build meaningful projects across the Ethereum ecosystem.",
openGraph: {
title: {
default: "BuidlGuidl Grants",
template: "%s | BuidlGuidl Grants",
},
- description: "BuidlGuidl Grants offers funding to its members to build meaningful projects across the ecosystem.",
+ description:
+ "BuidlGuidl Grants offers funding to its members to build meaningful projects across the Ethereum ecosystem.",
images: [
{
url: imageUrl,
@@ -35,7 +37,8 @@ export const metadata: Metadata = {
default: "BuidlGuidl Grants",
template: "%s | BuidlGuidl Grants",
},
- description: "BuidlGuidl Grants offers funding to its members to build meaningful projects across the ecosystem.",
+ description:
+ "BuidlGuidl Grants offers funding to its members to build meaningful projects across the Ethereum ecosystem.",
},
icons: {
icon: [{ url: "/favicon.png", sizes: "32x32", type: "image/png" }],
diff --git a/packages/nextjs/components/Footer.tsx b/packages/nextjs/components/Footer.tsx
index 1ae5811..68792e4 100644
--- a/packages/nextjs/components/Footer.tsx
+++ b/packages/nextjs/components/Footer.tsx
@@ -35,7 +35,12 @@ export const Footer = () => {
diff --git a/packages/nextjs/public/assets/circomkit2.png b/packages/nextjs/public/assets/circomkit2.png
new file mode 100644
index 0000000..0d12c87
Binary files /dev/null and b/packages/nextjs/public/assets/circomkit2.png differ
diff --git a/packages/nextjs/public/assets/etherdeck.png b/packages/nextjs/public/assets/etherdeck.png
new file mode 100644
index 0000000..d891e2c
Binary files /dev/null and b/packages/nextjs/public/assets/etherdeck.png differ
diff --git a/packages/nextjs/public/assets/findaudit.png b/packages/nextjs/public/assets/findaudit.png
new file mode 100644
index 0000000..66819a8
Binary files /dev/null and b/packages/nextjs/public/assets/findaudit.png differ
diff --git a/packages/nextjs/services/database/ecosystemGrants.json b/packages/nextjs/services/database/ecosystemGrants.json
index 99e755f..39d3dc2 100644
--- a/packages/nextjs/services/database/ecosystemGrants.json
+++ b/packages/nextjs/services/database/ecosystemGrants.json
@@ -21,5 +21,26 @@
"twitterLink": "https://x.com/w1nt3r_eth",
"imgLink": "/assets/winter.png"
}
+ , {
+ "name": "jtriley.eth",
+ "description": "Ether Deck Mk2: A reasonably optimized, extensible smart account.",
+ "amountGranted": "2.262",
+ "twitterLink": "https://twitter.com/jtriley_eth",
+ "imgLink": "/assets/etherdeck.png"
+ }
+ , {
+ "name": "erhant.eth",
+ "description": "Circomkit is a Circom circuit development & testing toolkit. It provides a simple CLI that abstracts away pathing & setups for SnarkJS commands...",
+ "amountGranted": "2.262",
+ "twitterLink": "https://twitter.com/0xerhant",
+ "imgLink": "/assets/circomkit2.png"
+ }
+ , {
+ "name": "bytes032.eth",
+ "description": "FindAudit is a public good platform that allows protocols to connect with over 100 auditors/audit firms in less than 48 hours.",
+ "amountGranted": "2.262",
+ "twitterLink": "https://twitter.com/bytes032",
+ "imgLink": "/assets/findaudit.png"
+ }
]
}