mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
Merge branch 'main' of https://github.com/EntireTwix/CCash
This commit is contained in:
commit
7711fe29d9
4 changed files with 10 additions and 14 deletions
2
APIs.md
Normal file
2
APIs.md
Normal 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)
|
||||
17
README.md
17
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
|
||||
|
||||
|
|
|
|||
|
|
@ -12,15 +12,14 @@
|
|||

|
||||
- [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 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
|
||||
|
|
|
|||
|
|
@ -317,5 +317,3 @@ void Bank::Load()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
//TODO make branchless
|
||||
|
|
|
|||
Loading…
Reference in a new issue