Skip to content

Commit

Permalink
add_dworld
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-alarib committed Sep 16, 2024
1 parent 008093a commit 6c2fa45
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
18 changes: 18 additions & 0 deletions community/communityProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2067,6 +2067,24 @@ const communityProjects: SampleItem[] = [
contentType: ["code samples", "community repo", "live demos"],
image: "/img/community-projects/d-vote.png",
},
{
index: 127,
title: "Digital World",
body: "Digital World Project, a secure platform that integrates decentralized social networking, DeFi services, asset tokenization, real estate registry digitization, and project incubation. It offers e-commerce, chat, digital wallets, personalized profiles, asset conversion, and secure data storage, fostering an efficient ecosystem.",
links: {
github: "https://github.com/ASPPIBRA-DAO",
livePreview: "https://dworld.app",
otherLinks: ["https://x.com/ASPPIBRA_ORG",
"https://www.youtube.com/@ASPPIBRA-DAO/videos"],
},
domains: ["Website / Asynchronous DeFi /SocialFi "],
level: "advanced",
languages: ["python", "javascript"],
contentType: ["code samples", "community repo", "live demos"],
image: "/img/showcase/dworld_logo.webp",
},


];

export default communityProjects;
24 changes: 24 additions & 0 deletions showcase.json
Original file line number Diff line number Diff line change
Expand Up @@ -5173,5 +5173,29 @@
],
"usesInternetIdentity": true,
"website": "https://ai-fi.cc"
},
{
"name": "Digital World",
"description": "Digital World Project, a secure platform that integrates decentralized social networking, DeFi services, asset tokenization, real estate registry digitization, and project incubation. It offers e-commerce, chat, digital wallets, personalized profiles, asset conversion, and secure data storage, fostering an efficient ecosystem.",
"website": "https://dworld.app",
"logo": "/img/showcase/dworld_logo.webp",
"screenshots": [
"/img/showcase/dworld_screenshot.webp"
],
"video": "",
"display": "Normal",
"id": "dworld",
"oneLiner": "The world in one place",
"stats": "300K+ Estate records",
"tags": [
"SocialFi",
"Tools / Infrastructure",
"DeFi"
],
"usesInternetIdentity": false,
"github": "https://github.com/ASPPIBRA-DAO",
"twitter": "https://x.com/ASPPIBRA_ORG",
"youtube": "https://www.youtube.com/@ASPPIBRA-DAO/videos",
"submittableId": ""
}
]

0 comments on commit 6c2fa45

Please sign in to comment.