mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Update README.md
This commit is contained in:
parent
1545ca7a01
commit
8578ac869e
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
|
@ -30,11 +30,16 @@ mkdir build
|
|||
cd build
|
||||
cmake ..
|
||||
make -j<threads>
|
||||
```
|
||||
then edit config.json to include the paths to your certs for HTTPS (I use certbot), or just remove the listener for port 443.
|
||||
```
|
||||
vim ../config.json
|
||||
```
|
||||
finally, run the program
|
||||
```
|
||||
sudo ./bank <admin password> <saving frequency in minutes> <threads>
|
||||
```
|
||||
|
||||
**you also have to edit the config file to add your cert locations**, I personally use cert bot
|
||||
|
||||
### Connected Services
|
||||
|
||||
Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (you/others) to (make/use) connected services that utilize the bank, a couple ideas are
|
||||
|
|
@ -79,7 +84,6 @@ Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows (
|
|||
|
||||
### Accessibility
|
||||
|
||||
- **Web front-end**
|
||||
- **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**. In contrast to an in-game modded implementation that would be range limited.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue