This commit is contained in:
EntireTwix 2021-04-07 00:17:07 -07:00
commit 9c44cf7773

View file

@ -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`