Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/awman3703/cct-openbanking

[INCOMPLETE] Expandable banking system for the CC:Tweaked mod
https://github.com/awman3703/cct-openbanking

banking cc-tweaked lua minecraft

Last synced: 9 days ago
JSON representation

[INCOMPLETE] Expandable banking system for the CC:Tweaked mod

Awesome Lists containing this project

README

        

# CCT OpenBanking
### Banking system for the CC:Tweaked mod
Can be forked to create software for a specific bank, customizing bank name, policies and whatever else you can think of. All scripts define a config file to quickly tweak settings (“OpenBankingConfig/Config.txt”, formatted as done by `textutils.serialize()`)

#### Providing 3 separate scripts:
- CLIENT
- Installed on customers’ devices
- Used to pay (to `merchant`s) or transfer money (to other `client`s)
- SERVER
- Installed on bank's server
- Manages accounts and transactions
- MERCHANT
- Used as a paypoint, to receive payments from `client`s