This commit is contained in:
EntireTwix 2021-06-12 20:39:29 -07:00
commit 7711fe29d9
4 changed files with 10 additions and 14 deletions

2
APIs.md Normal file
View file

@ -0,0 +1,2 @@
[CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua)
[Python API](https://github.com/fearlessdoggo21/ccashpythonclient)

View file

@ -18,10 +18,7 @@ drogon depedencies (varies by OS/distro)
``` ```
sudo apt install libjsoncpp-dev uuid-dev openssl libssl-dev zlib1g-dev sudo apt install libjsoncpp-dev uuid-dev openssl libssl-dev zlib1g-dev
``` ```
xxhash depedency
```
sudo apt install xxhash
```
building the project building the project
``` ```
@ -57,11 +54,11 @@ Go to [here](help.md) to see the API's endpoints. Using the Bank's API allows (y
## [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 | Work | | Name | Work |
| :------------------------------------------ | ----------------------------------------- | | :------------------------------------------ | ----------------------------------------------------------------- |
| [Expand](https://github.com/Expand-sys) | Frontend | | [Expand](https://github.com/Expand-sys) | Frontend |
| [React](https://github.com/Reactified) | CC {API, Shops, and ATM, Logo} | | [React](https://github.com/Reactified) | CC {API, Shops, and ATM, Logo} |
| [Doggo](https://github.com/FearlessDoggo21) | Logs loading/adding Optimized, Python API | | [Doggo](https://github.com/FearlessDoggo21) | Logs loading/adding Optimized, Python API, convention suggestions |
## Features ## Features
@ -85,7 +82,7 @@ Thank you to the contributors
- **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**. - able to be used millions of blocks away, across dimensions, servers, **vanilla or modded**.
- **Logging** of all transactions, configurable in [log_consts.hpp](include/log_consts.hpp) - **Logging** of all transactions, configurable in [consts.hpp](include/consts.hpp)
## Dependencies ## Dependencies

View file

@ -12,15 +12,14 @@
![image](https://user-images.githubusercontent.com/31377881/120050367-09992180-bfd2-11eb-9a22-449d73c196cf.png) ![image](https://user-images.githubusercontent.com/31377881/120050367-09992180-bfd2-11eb-9a22-449d73c196cf.png)
- [CC ATM](https://github.com/Reactified/misc/tree/main/lua/ccash-bank) an ATM for economies allowing for an initial exchange to start up - [CC ATM](https://github.com/Reactified/misc/tree/main/lua/ccash-bank) an ATM for economies allowing for an initial exchange to start up
![image](https://user-images.githubusercontent.com/31377881/121277361-4d6b1100-c885-11eb-87c8-cfebcf58da4f.png) ![image](https://user-images.githubusercontent.com/31377881/121277361-4d6b1100-c885-11eb-87c8-cfebcf58da4f.png)
- [CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua)
### In-Dev: ### In-Dev:
- [a Market](https://github.com/STBoyden/market-api-2.0) - [a Market](https://github.com/STBoyden/market-api-2.0)
- [Python API](https://github.com/fearlessdoggo21/ccashpythonclient)
### Ideas: ### Ideas:
- an API in your preferred language (if not found in [APIs.md](APIs.md))
- Gambling - Gambling
- Shipping - Shipping
- High-level bank operations such as loans - High-level bank operations such as loans

View file

@ -317,5 +317,3 @@ void Bank::Load()
} }
} }
} }
//TODO make branchless