mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-18 17:12:14 +11:00
made connected services more specific
This commit is contained in:
parent
7a06d8bf5a
commit
044b80240c
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
|
@ -42,12 +42,11 @@ sudo ./bank <admin password> <saving frequency in minutes> <threads>
|
||||||
### Connected Services
|
### Connected Services
|
||||||
|
|
||||||
Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (you/others) to (make/use) connected services that utilize the bank, a couple ideas are
|
Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (you/others) to (make/use) connected services that utilize the bank, a couple ideas are
|
||||||
|
* a Market
|
||||||
- a Market
|
* Gambling
|
||||||
- Gambling
|
* Shipping
|
||||||
- Shipping
|
* a Leaderboard ranking player's balances
|
||||||
- Leaderboard
|
* High-level bank operations such as loans
|
||||||
- High-level bank abstractions such as loans
|
* Some trust based system for transactions similiar to Paypal
|
||||||
- Some trust based system similiar to Paypal
|
|
||||||
|
|
||||||
`**WARNING** : abruptly killing the program will result in data loss, use Close() method to close safely`
|
`**WARNING** : abruptly killing the program will result in data loss, use Close() method to close safely`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue