mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
32 lines
No EOL
4 KiB
Markdown
32 lines
No EOL
4 KiB
Markdown
[PREVIOUS PAGE](how_to/endpoints.md) | [NEXT PAGE](../features/user_side.md)
|
|
|
|
## Key
|
|
| description | symbol |
|
|
| :-------------------: | :----------------- |
|
|
| supported | :heavy_check_mark: |
|
|
| calls older endpoints | ⚠ |
|
|
| calls newer endpoints | :x: |
|
|
|
|
Just because a service calls old endpoints, doesn't mean the service will not work under that version of CCash. As long as the `MIN_API_SUPPORT` is less than or equal to the required version's endpoints, then the connected service can call the old CCash endpoints. **By default `MIN_API_SUPPORT` is 1 (complete backwards compatibility) making all ⚠ effectively :heavy_check_mark:**.
|
|
|
|
## General
|
|
| author | name | v1 | v2 | image |
|
|
| :-------------------------------------- | ----------------------------------------------------------- | :----------------: | :---: | :-------------------------------------------------------------------------------------------------------------: |
|
|
| [Expand](https://github.com/Expand-sys) | [Web Frontend](https://github.com/Expand-sys/ccashfrontend) | :heavy_check_mark: | ⚠ |  |
|
|
| [Expand](https://github.com/Expand-sys) | [Discord Bot](https://github.com/Expand-sys/ccashbot) | :heavy_check_mark: | ⚠ | |
|
|
| [ArcNyxx](https://github.com/ArcNyxx) | [CCash CLI](https://github.com/ArcNyxx/ccash_cmd) | :heavy_check_mark: | ⚠ | |
|
|
|
|
## Minecraft
|
|
| author | name | v1 | v2 | image |
|
|
| :------------------------------------------ | --------------------------------------------------------------------------- | :----------------: | :----------------: | :-------------------------------------------------------------------------------------------------------------: |
|
|
| [Reactified](https://github.com/Reactified) | [Shop](https://github.com/Reactified/rpm/tree/main/packages/ccash-shop) | :heavy_check_mark: | ⚠ |  |
|
|
| [Reactified](https://github.com/Reactified) | [Wallet](https://github.com/Reactified/rpm/tree/main/packages/ccash-wallet) | :heavy_check_mark: | ⚠ |  |
|
|
| [Reactified](https://github.com/Reactified) | [ATM](https://github.com/Reactified/rpm/tree/main/packages/ccash-bank) | :heavy_check_mark: | ⚠ |  |
|
|
| [STBoyden](https://github.com/STBoyden) | Commodities Exchange (in-development) | :x: | :heavy_check_mark: | |
|
|
|
|
## Desired
|
|
| idea | description |
|
|
| :------: | :------------------------------------------------------------- |
|
|
| Gambling | physical or digital casino. |
|
|
| Shipping | the infastructure to quickly send items across long distances. |
|
|
| Mod | a server-side mod | |