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

---
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