mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
seperated Connected Services into another file
This commit is contained in:
parent
01bf8bea9a
commit
c0002d1e7b
1 changed files with 5 additions and 31 deletions
36
README.md
36
README.md
|
|
@ -48,33 +48,7 @@ sudo ./bank <admin password> <saving frequency in minutes> <threads>
|
|||
|
||||
## Connected Services
|
||||
|
||||
Go to `{ip}/BankF/help` to see the bank's methods (also found in releases as help.html). Using the Bank's API allows (you/others) to (make/use) connected services that utilize the bank, a couple ideas are
|
||||
|
||||
### Implemented:
|
||||
|
||||
- [Web Frontend](https://github.com/Expand-sys/ccashfrontend)
|
||||

|
||||
- [CC Frontend](https://github.com/Reactified/rpm/blob/main/packages/ccash-wallet)
|
||||

|
||||
- [CC Shop](https://github.com/Reactified/rpm/tree/main/packages/ccash-shop)
|
||||

|
||||

|
||||
- [CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua)
|
||||
- [CC ATM](https://github.com/Reactified/misc/tree/main/lua/ccash-bank) an ATM for economies allowing for an initial exchange to start up
|
||||
|
||||
### In-Dev:
|
||||
|
||||
- [a Market](https://github.com/STBoyden/market-api-2.0)
|
||||
- [Ebay equivelant](https://github.com/EntireTwix/CSHBay)
|
||||
|
||||
### Ideas:
|
||||
|
||||
- Gambling
|
||||
- Shipping
|
||||
- High-level bank operations such as loans
|
||||
- Some trust based system for transactions similiar to Paypal
|
||||
|
||||
`**WARNING** : abruptly killing the program will result in data loss, use Close() method to close safely`
|
||||
Go to `{ip}/BankF/help` to see the bank's methods (also found in releases as help.html). Using the Bank's API allows (you/others) to (make/use) connected services that utilize the bank, a couple ideas can be found [here](services.md)
|
||||
|
||||
## FAQ
|
||||
**Q:** how is money initially injected into the economy
|
||||
|
|
@ -83,10 +57,10 @@ Go to `{ip}/BankF/help` to see the bank's methods (also found in releases as hel
|
|||
|
||||
## [Contributions](https://github.com/EntireTwix/CCash/graphs/contributors)
|
||||
Thank you to the contributors
|
||||
| Name | Work |
|
||||
| :--- | --- |
|
||||
| [Expand](https://github.com/Expand-sys) | Frontend |
|
||||
| [React](https://github.com/Reactified) | CC {API, Shops, and ATM} |
|
||||
| Name | Work |
|
||||
| :------------------------------------------ | ----------------------------- |
|
||||
| [Expand](https://github.com/Expand-sys) | Frontend |
|
||||
| [React](https://github.com/Reactified) | CC {API, Shops, and ATM} |
|
||||
| [Doggo](https://github.com/FearlessDoggo21) | Logs loading/adding Optimized |
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue