Skip to content

Commit

Permalink
chore: update READ.ME with updated tags in the order shown on the eco…
Browse files Browse the repository at this point in the history
…system page (#4566)
  • Loading branch information
jennifertrin authored Feb 3, 2025
1 parent e226c9d commit 0fcd438
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,33 +593,27 @@ 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:
- `AI`
- `Chain Fusion`
- `Bitcoin`
- `Ethereum`
- `DAO`
- `DeFi`
- `Enterprise`
- `Gaming`
- `Metaverse`
- `NFT`
- `SocialFi`
- `Tools / Infrastructure`
- `Wallet`
- `Analytics`
- `AI`
- `Gaming`
- `Creator Economy`
- `Enterprise`
- `Analytics`
- `Tools / Infrastructure`
### Object schema
```json
{
id: string,
name: string,
oneLiner: string, // short description of the project
website: string, // URL starting with `https://`
tags: ('AI' | 'Chain Fusion' | 'Bitcoin' | 'Ethereum' | 'DAO' | 'DeFi' | 'Enterprise' | 'Gaming' | 'Metaverse' | 'NFT' | 'SocialFi' | 'Tools / Infrastructure' | 'Wallet' | 'Analytics' | 'Creator Economy')[],
description: string, // description of the project
tags: ( `Chain Fusion` | `Bitcoin` | `DeFi` | `Wallet` | `AI` | `Gaming` | `Creator Economy` | `Enterprise` |`Analytics` | `Tools / Infrastructure`)[],
description: string, // description of the project - up to 150 characters
stats: string, // eg. "10,000 users"
logo: string, // url to logo file, eg. /img/showcase/awesome-icp-project_logo.webp
Expand Down

0 comments on commit 0fcd438

Please sign in to comment.