From 5f745ee03b0cb9463585fe8e5071a55b120b6a47 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Sun, 4 Jul 2021 13:37:07 -0700 Subject: [PATCH] :books: filling in docs --- README.md | 4 ++-- docs/contributors.md | 0 docs/idea.md | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) delete mode 100644 docs/contributors.md diff --git a/README.md b/README.md index e9ba8c2..19d2b5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ * [problem/solution](docs/idea.md) -* [contributors](docs/contributors.md) -* connect services +* [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) diff --git a/docs/contributors.md b/docs/contributors.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/idea.md b/docs/idea.md index e69de29..24f4c9d 100644 --- a/docs/idea.md +++ b/docs/idea.md @@ -0,0 +1,11 @@ +A web server hosting a ledger for Minecraft, able to be used from anything that can interact with its Restful API, including ComputerCraft. + +the currency model most Minecraft Servers adopt if any, is resource based, usually diamonds, this model is fraught with issues however: + +* the primary issue is minecraft worlds are infinite leading to hyper inflation as everyone accrues more diamonds +* there is no central authority minting the currency, any consumer can introduce more diamonds to the system +* some resources are passively reapable, making the generation of currency a larger focus then of products +* locality is required for transaction +* theft is possible, ownership is possession based + +CCash solves these issues and adds a level of abstraction, the main philosophy of CCash is to have fast core operations that other services build on \ No newline at end of file