diff --git a/README.md b/README.md index 19d2b5d..bedcd3b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ * [problem/solution](docs/idea.md) * [contributors](https://github.com/EntireTwix/CCash/graphs/contributors) * connected services - * [existing services](docs/connected_services/existing_services.md) * how to contribute * [explanation](docs/connected_services/how_to/explanation.md) * [language APIs](docs/connected_services/how_to/APIs.md) * [API endpoints](docs/connected_services/how_to/endpoints.md) + * [existing services](docs/connected_services/existing_services.md) +* features + * [user side](docs/features/user_side.md) + * [implementation](docs/features/implementations.md) * [building](docs/building.md) -* [features](docs/features.md) * [FAQ](docs/FAQ.md) * [Patreon](https://www.patreon.com/twoxx) if you wanna support this and/or future projects. \ No newline at end of file diff --git a/docs/connected_services/how_to/explanation.md b/docs/connected_services/how_to/explanation.md index e69de29..9c8e50d 100644 --- a/docs/connected_services/how_to/explanation.md +++ b/docs/connected_services/how_to/explanation.md @@ -0,0 +1,13 @@ +Using the ledger's API allows (you/others) to (make/use) connected services that utilize the ledger, below is a visual represenation of connected services: + +ideally as the ecosystem develops, connected services become inner connected + +the aim of any of these services being to provide some kind of functionality that relies on the ground truth of who has what, this information is centrally secured in CCash. + +if you want to browse the currently available services, check out [existing_services.md](../existing_services.md) + +to make a connected service yourself you can do so by using one of the langauge specific APIs, the way they work is by providing a clean in langauge way to interface with the CCash instance + +if an API does not exist for your language it is simple to make one, and I encourage you to add it to this list if you do decide to. + +while developing make sure to reference the list of [endpoints](endpoints.md) \ No newline at end of file diff --git a/docs/features.md b/docs/features/implementations.md similarity index 100% rename from docs/features.md rename to docs/features/implementations.md diff --git a/docs/features/user_side.md b/docs/features/user_side.md new file mode 100644 index 0000000..e69de29