diff --git a/community/communityProjects.ts b/community/communityProjects.ts index eb914e8b6e..65ca8a187d 100644 --- a/community/communityProjects.ts +++ b/community/communityProjects.ts @@ -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; diff --git a/showcase.json b/showcase.json index 68584359ea..a37852b32e 100644 --- a/showcase.json +++ b/showcase.json @@ -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": "" } ] \ No newline at end of file