A simple banking system

PepijnWeijers

Founder Weijers.one
Ultimate
Feedback score
0
Posts
115
Reactions
167
Resources
8
Hello everyone,

Note: It's a school project, I can exchange services but I won't pay anyone.

I'm working on a school project, we've been researching whether crypto can replace the euro. We have to give a presentation to our parents on this topic, we want to illustrate the difference between a traditional banking system and blockchain. The presentation should be interactive and fun. We struggled to find a fun way to make it interactive, so we asked ChatGPT. ChatGPT gave us a great idea to use as the basis for our fun little mini-game.

The minigame works with a simple economy system, this system has to have the following features
1. Create an account with a username and password. When an account is created, it starts with a starting balance.
2. Users can enter a code into an input field, and if the code is valid, it will add a preset amount to their balance.
3. Possibility to transfer money to another user, based on the username.

The mini-game will have 2 modes: traditional system and blockchain system.

The game starts in traditional system mode. This brings some problems for the users:
1. Redeeming or transferring money takes a few seconds.
2. They pay a small fee for each transfer

After some time, I (the admin) switch the system to the blockchain system:
1. Redeeming or transferring money is instantaneous
2. People can "process" a transaction, every minute a few times a popup appears, if they press this button they earn a few coins.

I hope someone can help with this, I'm not an expert with backend, but would love to work it out. It shouldn't be too complicated since the system will only be used for a 5 to 10 minutes.
 
Type
Requesting
Provided by
Individual
Language
  1. HTML & CSS
  2. JavaScript
  3. PHP
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

OpenSource

Supreme
Feedback score
1
Posts
38
Reactions
36
Resources
8
Hello everyone,

Note: It's a school project, I can exchange services but I won't pay anyone.

I'm working on a school project, we've been researching whether crypto can replace the euro. We have to give a presentation to our parents on this topic, we want to illustrate the difference between a traditional banking system and blockchain. The presentation should be interactive and fun. We struggled to find a fun way to make it interactive, so we asked ChatGPT. ChatGPT gave us a great idea to use as the basis for our fun little mini-game.

The minigame works with a simple economy system, this system has to have the following features
1. Create an account with a username and password. When an account is created, it starts with a starting balance.
2. Users can enter a code into an input field, and if the code is valid, it will add a preset amount to their balance.
3. Possibility to transfer money to another user, based on the username.

The mini-game will have 2 modes: traditional system and blockchain system.

The game starts in traditional system mode. This brings some problems for the users:
1. Redeeming or transferring money takes a few seconds.
2. They pay a small fee for each transfer

After some time, I (the admin) switch the system to the blockchain system:
1. Redeeming or transferring money is instantaneous
2. People can "process" a transaction, every minute a few times a popup appears, if they press this button they earn a few coins.

I hope someone can help with this, I'm not an expert with backend, but would love to work it out. It shouldn't be too complicated since the system will only be used for a 5 to 10 minutes.
You can make everything that’s not too complicated just by properly instructing ChatGPT on how to make it.
 

kacperm

Premium
Feedback score
3
Posts
822
Reactions
130
Resources
1
Express is pretty simple to learn... I believe with chatGPT support you will make it.
 
Top