diff --git a/APIs.md b/APIs.md new file mode 100644 index 0000000..9ae0aff --- /dev/null +++ b/APIs.md @@ -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) diff --git a/README.md b/README.md index 7a39529..f8c9e60 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,7 @@ drogon depedencies (varies by OS/distro) ``` sudo apt install libjsoncpp-dev uuid-dev openssl libssl-dev zlib1g-dev ``` -xxhash depedency -``` -sudo apt install xxhash -``` + 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) Thank you to the contributors -| Name | Work | -| :------------------------------------------ | ----------------------------------------- | -| [Expand](https://github.com/Expand-sys) | Frontend | -| [React](https://github.com/Reactified) | CC {API, Shops, and ATM, Logo} | -| [Doggo](https://github.com/FearlessDoggo21) | Logs loading/adding Optimized, Python API | +| Name | Work | +| :------------------------------------------ | ----------------------------------------------------------------- | +| [Expand](https://github.com/Expand-sys) | Frontend | +| [React](https://github.com/Reactified) | CC {API, Shops, and ATM, Logo} | +| [Doggo](https://github.com/FearlessDoggo21) | Logs loading/adding Optimized, Python API, convention suggestions | ## 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 - 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 diff --git a/services.md b/services.md index c7f1da0..3d11d73 100644 --- a/services.md +++ b/services.md @@ -12,15 +12,14 @@ ![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 ![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: - [a Market](https://github.com/STBoyden/market-api-2.0) -- [Python API](https://github.com/fearlessdoggo21/ccashpythonclient) ### Ideas: +- an API in your preferred language (if not found in [APIs.md](APIs.md)) - Gambling - Shipping - High-level bank operations such as loans diff --git a/src/bank.cpp b/src/bank.cpp index ad18521..cb10581 100644 --- a/src/bank.cpp +++ b/src/bank.cpp @@ -317,5 +317,3 @@ void Bank::Load() } } } - -//TODO make branchless