Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Jul 27, 2023
2 parents 84fc3a8 + 3dfa5e0 commit 1364b70
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
15 changes: 15 additions & 0 deletions community/communityProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,21 @@ const communityProjects: SampleItem[] = [
level: "beginner",
contentType: ["code samples", "community repo", "live demos"],
},
{
index: 126,
title: "D-VOTE",
body: "Voting on the blockchain, and the vote results are transparent and can not be tampered with.",
links: {
github: "https://github.com/NewbMiao/dvote",
livePreview: "https://7y3zv-rqaaa-aaaag-abswa-cai.icp0.io/",
otherLinks: [],
},
domains: ["Website"],
level: "advanced",
languages: ["rust", "javascript"],
contentType: ["code samples", "community repo", "live demos"],
image: "/img/community-projects/d-vote.png",
},
];

export default communityProjects;
20 changes: 20 additions & 0 deletions showcase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2139,5 +2139,25 @@
"video": "/img/showcase/scoge_video.mp4",
"videoContentType": "video/mp4",
"submittableId": "34276514"
},
{
"id": "d-vote",
"name": "D-VOTE",
"description": "Experience the transformative power of blockchain voting, where each vote becomes an immutable, transparent transaction on a decentralized network. This ensures tamper-resistant results, fostering trust and confidence in the integrity of the voting process.",
"website": "https://7y3zv-rqaaa-aaaag-abswa-cai.icp0.io",
"logo": "/img/showcase/d-vote_logo.webp",
"screenshots": [],
"video": "",
"display": "Normal",
"oneLiner": "Transparent, tamper-proof voting on blockchain.",
"stats": "100% On Chain Data Storage",
"tags": [
"Tools / Infrastructure"
],
"usesInternetIdentity": true,
"github": "https://github.com/NewbMiao/dvote",
"twitter": "",
"youtube": "",
"submittableId": "41368058"
}
]
Binary file added static/img/community-projects/d-vote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/showcase/d-vote_logo.webp
Binary file not shown.

0 comments on commit 1364b70

Please sign in to comment.