This commit is contained in:
EntireTwix 2021-06-23 15:41:59 -07:00
parent 33ff53de1d
commit c5f15fcd56

View file

@ -50,8 +50,10 @@ sudo ./bank <admin password> <saving frequency in minutes> <threads>
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) 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)
Go to [here](help.md) to see the API's endpoints. ## Developing for
Language specific APIs can be found [here](APIs.md). as a dev check out
* [APIs](https://github.com/EntireTwix/CCash/blob/main/APIs.md)
* [endpoints](https://github.com/EntireTwix/CCash/blob/main/help.md)
## FAQ ## FAQ
**Q:** how is money initially injected into the economy **Q:** how is money initially injected into the economy
@ -61,13 +63,13 @@ Language specific APIs can be found [here](APIs.md).
## [Contributions](https://github.com/EntireTwix/CCash/graphs/contributors) ## [Contributions](https://github.com/EntireTwix/CCash/graphs/contributors)
Thank you to the contributors Thank you to the contributors
| Name | Project Work | Connected Service Work | | Name | Project Work | Connected Service Work |
| :------------------------------------------ | ----------------------------------------------------------------------- | ---------------------- | | :------------------------------------------ | ---------------------------------------------------------------------- | ---------------------- |
| [Expand](https://github.com/Expand-sys) | Slight docker changes | Frontend | | [Expand](https://github.com/Expand-sys) | Slight docker changes | Frontend |
| [React](https://github.com/Reactified) | CC API, Logo | CC Shop, CC ATM. | | [React](https://github.com/Reactified) | CC API, Logo | CC Shop, CC ATM. |
| [Doggo](https://github.com/FearlessDoggo21) | Logs loading/adding Optimized, HTTP convention suggestions, Python API | `N/A` | | [Doggo](https://github.com/FearlessDoggo21) | Logs loading/adding Optimized, HTTP convention suggestions, Python API | `N/A` |
| [Luke](https://github.com/LukeeeeBennett) | JS API, Docker, Slight Doc edits | `N/A` | | [Luke](https://github.com/LukeeeeBennett) | JS API, Docker, Slight Doc edits | `N/A` |
| [Jolly](https://github.com/STBoyden) | Slight Doc edits | `N/A` | | [Jolly](https://github.com/STBoyden) | Slight Doc edits | `N/A` |
## Features ## Features
@ -98,6 +100,9 @@ Thank you to the contributors
- able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**. - able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**.
- **Logging** of all transactions, configurable in [consts.hpp](include/consts.hpp) - **Logging** of all transactions, configurable in [consts.hpp](include/consts.hpp)
### Other
- **return balance on deletion**, configurable in [consts.hpp](include/consts.hpp)
## Dependencies ## Dependencies
- [Parallel HashMap](https://github.com/greg7mdp/parallel-hashmap/tree/master) - [Parallel HashMap](https://github.com/greg7mdp/parallel-hashmap/tree/master)