You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
ASP.NET Core banking system with secure communication capability between instances, cards, secure payments, etc.
Notifications You must be signed in to change notification settings
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to fileBankSystem is an open-source web project where users can create bank accounts, transfer money, create payment cards, pay with them or directly through their account, etc. It supports connecting multiple banks together through the CentralApi. This allows money to be securely transferred between separate instances of BankSystem running on different machines.
This page contains important information on how to properly configure BankSystem and CentralApi
BankSystem consists of two base components - the bank web application and the CentralApi, which securely connects banks running on separate machines together to process transfers between different banks, card payments and direct payments.
We have set up a network of two BankSystem instances and one DemoShop, connected through a CentralApi. This network supports all BankSystem functionality, including Global transfers, Direct payments and Card payments.
Project | Address |
---|---|
DemoShop | https://banksystem-demoshop.herokuapp.com/ |
Test Bank 1 |
Password | |
---|---|
test@test.com | Test123$ |