This commit is contained in:
EntireTwix 2022-12-20 16:58:19 -08:00
parent 3629b78e38
commit 113f42a399

View file

@ -11,7 +11,7 @@ The currency model most Minecraft Servers adopt if any, is resource based, usual
* Locality is required for transactions.
* Theft is possible; ownership is physical possession based.
CCash solves these issues and adds a level of abstraction. The main philosophy of CCash is to have fast core operations which other services build on, CCash can proccess over a thousand requests per second.
CCash solves these issues and adds a level of abstraction. The main philosophy of CCash is to have fast core operations which other services build on, CCash can proccess thousands of requests per second.
The CCash instance can be external to the game server: