https://github.com/iotexproject/ecosystem
IoTeX ecosystem page submission
https://github.com/iotexproject/ecosystem
Last synced: 3 months ago
JSON representation
IoTeX ecosystem page submission
- Host: GitHub
- URL: https://github.com/iotexproject/ecosystem
- Owner: iotexproject
- Created: 2021-11-09T00:49:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T08:39:53.000Z (almost 2 years ago)
- Last Synced: 2025-05-08T22:09:29.533Z (about 1 year ago)
- Language: MDX
- Homepage: https://ecosystem.iotex.io
- Size: 24.9 MB
- Stars: 10
- Watchers: 8
- Forks: 40
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IoTeX Ecosystem
This repository is the data source for the IoTeX Ecosystem page, located at https://github.com/iotexproject/ecosystem.
# Contributing Guidelines
**Please note** that before submitting your project as a pull request, make sure you have communicated with IoTeX's BD Team and they are aware of your request.
**Contact: bd@iotex.io**
A project is composed of two files: a Markdown file with headers, and an image (300x300). To add a new project to the ecosystem page, create both a new Markdown file in the projects directory and add a new image in the img directory.
!Important!: Should your Project already exist within this repo, refrain from creating a new Markdown file in the projects directory! Rather adapt your old one in a new PR. Same goes for changed images or Logos for your Project.
# Example File
`The file structure is as follows:`
```
├── img/
│ ├── IoTeXEcosystem.png
├── projects/
│ ├── IoTeXEcosystem.mdx
```
`IoTeXEcosystem.mdx`
``` mdx
---
title: IoTeX Ecosystem
tag: DeFi,DePIN,NFTs,Tools,GameFi,Wallet,Exchange,Partners
status: publish
date: 2020-08-31
slug: Explore the IoTeX ecosystem of devices, DApps, tokens, partners, and exchanges.
website: https://ecosystem.iotex.io/
logo: /img/IoTeXEcosystem.png
telegram:
twitter:
---
```
Example(!) Markdown headers are above. Below are guidelines for each field:
- **(required)** `title`: The title of the project
- **(required)** `tag`: The tag of the project,use english comma separation is required and `cannot contain any spaces`.You can only choose in : `DeFi`, `DePIN`, `NFTs`,`Tools`,`GameFi`,`Exchange`,`Partners`
- **(required)** `logo`: A relative path to the corresponding image
- **(required)** `status`: The status of the project: `publish`, `building`, or `closed`
- **(required)** `website`: URL to the website (required)
- **(optional)** `twitter`: URL to Twitter page (optional)
- **(optional)** `telegram`: URL to Telegram channel (optional)
- **(required)** `slug`: The description of your project
## How to unit test
```
npm test
```
Please make sure the unit test is passed before submitting a PR.
## License
[MIT](https://choosealicense.com/licenses/mit/)