You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/mesh-gov/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,24 @@
2
2
3
3
A comprehensive Next.js dashboard that provides transparency into Mesh's governance activities by visualizing data from multiple sources including Project Catalyst proposals, DRep voting decisions, and Mesh SDK usage statistics.
4
4
5
-
## 🎯 Purpose
5
+
## Purpose
6
6
7
7
This dashboard serves as a central hub for tracking and visualizing:
8
8
9
9
- Project Catalyst proposal funding and milestone completion status
10
10
- DRep voting decisions with detailed rationales
11
11
- Mesh SDK usage metrics and GitHub contributor statistics
12
+
- Project (repo) activities
12
13
13
-
The data is automatically refreshed weekly through Incremental Static Regeneration (ISR), pulling from GitHub-hosted JSON files.
14
14
15
-
## 🔍 Key Features
15
+
## Key Features
16
16
17
17
-**Catalyst Proposals**: Track funded proposals, budget distribution, and milestone progress
18
18
-**DRep Voting**: View voting history, rationales, and epoch information
@@ -79,7 +97,7 @@ export default function NewProposals() {
79
97
title: "Mesh: Privacy-Enabled Smart Contracts and UI for Midnight",
80
98
description: "Build and deliver modular smart contracts and UI templates, supported by a reusable framework, enabling developers to deploy privacy-enabled apps and reuse them across real-world cases",
81
99
category: "Cardano Open: Developers",
82
-
budget: 60000,
100
+
budget: 65000,
83
101
milestones: "4",
84
102
status: "Proposed"asconst,
85
103
fundRound: "Fund14",
@@ -92,9 +110,12 @@ export default function NewProposals() {
92
110
<divclassName={styles.container}>
93
111
<PageHeader
94
112
title={<>New <span>Proposals</span></>}
95
-
subtitle="Explore upcoming and newly submitted Catalyst proposals"
113
+
subtitle="Our proposals for Project Catalyst Fund14, doing our part to make the Cardano ecosystem grow."
Copy file name to clipboardExpand all lines: apps/mesh-gov/src/pages/proposal/midnight.tsx
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ export default function MidnightProposal() {
19
19
title: "Mesh: Privacy-Enabled Smart Contracts and UI for Midnight",
20
20
description: "Build and deliver modular smart contracts and UI templates, supported by a reusable framework, enabling developers to deploy privacy-enabled apps and reuse them across real-world cases",
21
21
category: "Cardano Open: Developers",
22
-
budget: 60000,// in ADA
22
+
budget: 65000,// in ADA
23
23
proposer: "Mesh Core Team",
24
24
status: "Proposed",
25
25
fundRound: "Fund 14",
@@ -80,7 +80,7 @@ export default function MidnightProposal() {
80
80
id: 3,
81
81
title: "Identity & Oracle Contracts",
82
82
description: "Develop DID flows, provider integration, and secure on-chain data feed consumption with complete testing suite",
83
-
budget: 15000,
83
+
budget: 20000,
84
84
duration: "Month 9",
85
85
outcomes: [
86
86
"Smart contract logic and witness code for both Identity and Oracle contracts",
@@ -228,6 +228,9 @@ export default function MidnightProposal() {
0 commit comments