mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📚⚡ moved buttons
This commit is contained in:
parent
aece911b90
commit
a37742193f
5 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
[PREVIOUS PAGE](explanation.md) | [NEXT PAGE](endpoints.md)
|
||||
|
||||
| language |
|
||||
| -------- |
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[PREVIOUS PAGE](../../idea.md) | [NEXT PAGE](APIs.md)
|
||||
|
||||
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:
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[PREVIOUS PAGE](user_side.md) | [NEXT PAGE](../building.md)
|
||||
|
||||
# Implementation Features
|
||||
## Parallel Hashmap
|
||||
## xxHash
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[PREVIOUS PAGE](../connected_services/existing_services.md) | [NEXT PAGE](implementation.md)
|
||||
|
||||
# Features
|
||||
## Performance
|
||||
## Accessibility
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[PREVIOUS PAGE](../README.md) | [NEXT PAGE](connected_services/how_to/explanation.md)
|
||||
|
||||
CCash is 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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue