mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-18 09:02:14 +11:00
Merge branch 'main' of https://github.com/EntireTwix/CCash-2.0
This commit is contained in:
commit
3a46088d4a
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -38,3 +38,14 @@ sudo ./bank <admin password> <saving frequency in minutes> <threads>
|
||||||
- **Web front-end**
|
- **Web front-end**
|
||||||
- **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.
|
||||||
|
|
||||||
|
### Connected Services
|
||||||
|
using the Bank's API allows (you/others) can (make/use) connected services that utilize the bank, a couple ideas are
|
||||||
|
* a Market
|
||||||
|
* Gambling
|
||||||
|
* Shipping
|
||||||
|
* Leaderboard
|
||||||
|
* High-level bank abstractions such as loans
|
||||||
|
* Some trust based system similiar to Paypal
|
||||||
|
|
||||||
|
`**WARNING** : abruptly killing the program will result in data loss, use Close() method to close safely`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue