📚 filling in docs

This commit is contained in:
EntireTwix 2021-07-04 14:32:24 -07:00
parent 8e92dccd88
commit 01f7be1d5c
4 changed files with 17 additions and 2 deletions

View file

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

View file

@ -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:
<diagram>
ideally as the ecosystem develops, connected services become inner connected
<diagram2>
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
<diagram3>
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)

View file