Skip to content

Commit

Permalink
add medblock showcase (#3807)
Browse files Browse the repository at this point in the history
* add medblock showcase

* update tags in readme

---------

Co-authored-by: Jennifer K. Tran <[email protected]>
  • Loading branch information
marc0olo and jennifertrin authored Nov 22, 2024
1 parent 2db8632 commit f034f00
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,15 +598,19 @@ The [Ecosystem Helper](https://mvw4g-yiaaa-aaaam-abnva-cai.icp0.io/) is an oncha

The list of tags is not final, and will be updated as the project evolves. For now, the following tags are available:

- `Wallet`
- `AI`
- `Chain Fusion`
- `Bitcoin`
- `NFT`
- `SocialFi`
- `Ethereum`
- `DAO`
- `DeFi`
- `Enterprise`
- `Games`
- `DAO`
- `Metaverse`
- `NFT`
- `SocialFi`
- `Tools / Infrastructure`
- `Wallet`

### Object schema

Expand All @@ -617,7 +621,7 @@ The list of tags is not final, and will be updated as the project evolves. For n
oneLiner: string, // short description of the project
website: string, // URL starting with `https://`
tags: ('Wallet' | 'Bitcoin' | 'NFT' | 'SocialFi' | 'DeFi' | 'Games' | 'DAO' | 'Metaverse' | 'Tools / Infrastructure')[],
tags: ('AI' | 'Chain Fusion' | 'Bitcoin' | 'Ethereum' | 'DAO' | 'DeFi' | 'Enterprise' | 'Games' | 'Metaverse' | 'NFT' | 'SocialFi' | 'Tools / Infrastructure' | 'Wallet')[],
description: string, // description of the project
stats: string, // eg. "10,000 users"
logo: string, // url to logo file, eg. /img/showcase/awesome-icp-project_logo.webp
Expand Down
14 changes: 14 additions & 0 deletions showcase.json
Original file line number Diff line number Diff line change
Expand Up @@ -4943,5 +4943,19 @@
],
"twitter": "https://x.com/phasmafuture",
"website": "https://entrepot.app/marketplace/phasma"
},
{
"id": "medblock",
"name": "Medblock",
"description": "Medblock is a secure mobile app that puts medical records in patients' hands while helping hospitals manage healthcare data efficiently through blockchain technology.",
"logo": "/img/showcase/medblock.svg",
"display": "Normal",
"tags": [
"Enterprise"
],
"github": "https://github.com/baliola/Medblock",
"twitter": "https://x.com/medblockid",
"website": "https://medblock.id",
"submittableId": "44389918"
}
]
27 changes: 27 additions & 0 deletions static/img/showcase/medblock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f034f00

Please sign in to comment.