Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/awman3703/cct-openbanking
- Owner: AwMan3703
- License: other
- Created: 2024-02-06T19:41:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T13:10:21.000Z (5 months ago)
- Last Synced: 2024-11-08T10:18:49.588Z (2 months ago)
- Topics: banking, cc-tweaked, lua, minecraft
- Language: Lua
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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