Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

ASP.NET Core banking system with secure communication capability between instances, cards, secure payments, etc.

License

NotificationsYou must be signed in to change notification settings

banksystembg/BankSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BankSystem 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 theCentralApi. This allows money to be securely transferred betweenseparate instances of BankSystem running on different machines.

Documentation

This page contains important information on how to properly configure BankSystem and CentralApi

BankSystem consists of two base components - the bank web application and theCentralApi, which securely connects banks running on separate machines together to processtransfers between different banks,card payments anddirect payments.

Project links

We have set up a network of two BankSystem instances and oneDemoShop, connected through aCentralApi. This network supports all BankSystem functionality, includingGlobal transfers,Direct payments andCard payments.

ProjectAddress
DemoShophttps://banksystem-demoshop.herokuapp.com/
Test Bank 1

Transfer details:
* Bank name -Bank system
* Bank country -Germany
* Bank code -ABC
https://banksystem-1.herokuapp.com/
Test Bank 2

Transfer details:
* Bank name -Bank system 2
* Bank country -Netherlands
* Bank code -CBA
https://banksystem-2.herokuapp.com/

All of these projects have a demo account already registered:

EmailPassword
test@test.comTest123$

Additionally, all bank accounts created have an initial balance of €500 for demonstration purposes.

Bank accounts hold information about their owner, balance, transactions, date of creation, etc.

BankSystem supports two types of money transfers - internal and global / worldwide.

Cards are used for making purchases on other websites using theCentralApi.

Direct payments are a way to securely pay on websites directly through a bank account without the need to provide card details.

DemoShop is an example web application implementing direct and card payments.


Used technologies:

  • C#
  • ASP.NET Core
  • ASP.NET Core MVC
  • ASP.NET Core Web API
  • Entity Framework Core
  • Asymmetric & hybrid encryption
  • jQuery
  • AJAX
  • HTML
  • CSS
  • Bootstrap

Development Timeline Visualization


[8]ページ先頭

©2009-2025 Movatter.jp