mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
Update README.md
This commit is contained in:
parent
8f3f2f0b32
commit
1e97272d6f
1 changed files with 1 additions and 6 deletions
|
|
@ -14,12 +14,6 @@ the currency model most Minecraft Servers adopt if any, is resource based, usual
|
||||||
|
|
||||||
CCash solves these issues and adds a level of abstraction, the main philosophy of CCash is to have fast core operations that other services build on
|
CCash solves these issues and adds a level of abstraction, the main philosophy of CCash is to have fast core operations that other services build on
|
||||||
|
|
||||||
### Demo
|
|
||||||
|
|
||||||
[Frontend](https://ccash.herokuapp.com/)
|
|
||||||
|
|
||||||
[Backend](https://ccash.ryzerth.com/BankF/help)
|
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
drogon depedencies
|
drogon depedencies
|
||||||
```
|
```
|
||||||
|
|
@ -48,6 +42,7 @@ Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (
|
||||||
Implemented:
|
Implemented:
|
||||||
|
|
||||||
- [Web Frontend](https://github.com/Expand-sys/ccashfrontend)
|
- [Web Frontend](https://github.com/Expand-sys/ccashfrontend)
|
||||||
|

|
||||||
- [CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua)
|
- [CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua)
|
||||||
- [CC Frontend](https://github.com/Reactified/rpm/blob/main/packages/ccash-wallet/wallet.lua)
|
- [CC Frontend](https://github.com/Reactified/rpm/blob/main/packages/ccash-wallet/wallet.lua)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue