https://github.com/circlefin/centre-ecosystem
https://github.com/circlefin/centre-ecosystem
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/circlefin/centre-ecosystem
- Owner: circlefin
- License: mit
- Created: 2020-06-15T21:33:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T15:13:41.000Z (about 1 year ago)
- Last Synced: 2025-06-18T16:26:30.123Z (about 1 year ago)
- Size: 144 KB
- Stars: 44
- Watchers: 12
- Forks: 34
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Centre Ecosystem Tracker
The goal of this repository is to track the ecosystem of exchanges, wallets, protocols, platforms, applications and services that support [Centre](https://www.centre.io/) fiat tokens across all supported blockchains, most importantly [USD Coin (USDC)](https://www.centre.io/usdc).
To contribute to the ecosystem tracker, propose a PR including your exchange, wallet, protocol, platform, application or service. Follow the instructions below.
### 1. Add an entry to the appropriate `ecosystem.json` file
Entries should be added to the file in the appropriate currency (e.g. `usdc`) and blockchain (e.g. `ethereum`) path.
An example entry is shown below:
```
{
"id": "circle",
"name": "Circle",
"category": "service",
"url": "https://www.circle.com",
"logo": "circle.png",
"description": "Circle is the best platform to run an internet business using new standards for money powered by USD Coin (USDC)."
}
```
Valid categories include: `exchange`, `wallet`, `platform`, `protocol`, `application`, `service`. If you want to propose a new category, please explain why on your PR.
If your item supports a currency (e.g. [USDC](https://www.centre.io/usdc)) on multiple blockchains, please add one entry on each appropriate `ecosystem.json` file.
If your item spans across multiple categories (e.g. `exchange` and `wallet`), add one entry per category and consider using more specific values for `url` and `description`.
### 2. Upload a high resolution logo file
A high resolution logo file with transparent background should be uploaded to the `logos`folder, and its name should be the `logo` value on the json entry.