mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
removed leaderboard example
This commit is contained in:
parent
50e8ca5c7c
commit
81dcecc490
1 changed files with 3 additions and 2 deletions
|
|
@ -15,6 +15,7 @@ the currency model most Minecraft Servers adopt if any, is resource based, usual
|
||||||
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
|
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
|
||||||
|
|
||||||
#### Demo
|
#### Demo
|
||||||
|
|
||||||
(BACKEND)
|
(BACKEND)
|
||||||
https://ccash.ryzerth.com/BankF/help
|
https://ccash.ryzerth.com/BankF/help
|
||||||
|
|
||||||
|
|
@ -31,6 +32,7 @@ cmake ..
|
||||||
make -j<threads>
|
make -j<threads>
|
||||||
sudo ./bank <admin password> <saving frequency in minutes> <threads>
|
sudo ./bank <admin password> <saving frequency in minutes> <threads>
|
||||||
```
|
```
|
||||||
|
|
||||||
you also have to edit the config file to add your cert locations, I personally use cert bot
|
you also have to edit the config file to add your cert locations, I personally use cert bot
|
||||||
|
|
||||||
### Connected Services
|
### Connected Services
|
||||||
|
|
@ -39,10 +41,10 @@ Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (
|
||||||
|
|
||||||
Implemented:
|
Implemented:
|
||||||
|
|
||||||
- [a Leaderboard (ComputerCraft)](https://pastebin.com/u23BNVvP)
|
|
||||||
- [Cute frontend](https://github.com/Expand-sys/ccashfrontend)
|
- [Cute frontend](https://github.com/Expand-sys/ccashfrontend)
|
||||||
|
|
||||||
In-Dev:
|
In-Dev:
|
||||||
|
|
||||||
- [a Market](https://github.com/STBoyden/market-api-2.0)
|
- [a Market](https://github.com/STBoyden/market-api-2.0)
|
||||||
|
|
||||||
Ideas:
|
Ideas:
|
||||||
|
|
@ -76,7 +78,6 @@ Ideas:
|
||||||
- **RESTful** API for connected services like a market, gambling, or anything else you can think of
|
- **RESTful** API for connected services like a market, gambling, or anything else you can think of
|
||||||
- able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**. In contrast to an in-game modded implementation that would be range limited.
|
- able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**. In contrast to an in-game modded implementation that would be range limited.
|
||||||
|
|
||||||
|
|
||||||
#### Dependencies
|
#### Dependencies
|
||||||
|
|
||||||
- [Parallel HashMap](https://github.com/greg7mdp/parallel-hashmap/tree/master)
|
- [Parallel HashMap](https://github.com/greg7mdp/parallel-hashmap/tree/master)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue