Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial ecosystem tracker setup #1

Merged
merged 14 commits into from
Oct 24, 2020
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2018-2020 CENTRE SECZ

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# centre-ecosystem
# 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. Entry to an `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. 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.

1 change: 1 addition & 0 deletions logos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added logos/circle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions usdc/algorand/ecosystem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
2 changes: 2 additions & 0 deletions usdc/ethereum/ecosystem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
2 changes: 2 additions & 0 deletions usdc/solana/ecosystem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}