Skip to content
cd ~/work

[amrit@arch ~]$ ./work/centralized-blockchain-based-banking-transactions-using-digital-currency

// case study 2 personal build

Centralized Blockchain Based Banking Transactions using Digital Currency

A blockchain-based system for centralized banking transactions.

role: Fullstack DeveloperSolidityaccess: public
amrit@arch: ~/work/centralized-blockchain-based-banking-transactions-using-digital-currency — bash
Shell scoped to Centralized Blockchain Based Banking Transactions using Digital Currency. Type help to dig in.
[amrit@arch ~/work/centralized-blockchain-based-banking-transactions-using-digital-currency]$

$ cat readme.md

What this is

Developed a secure blockchain infrastructure and a user-friendly web interface for transactions.

$ cat stack.txt

How it's built

  1. 01Developed smart contracts using Solidity
  2. 02Implemented blockchain network using Ethereum
  3. 03Created Web3.js integration
  4. 04Built secure transaction system
  5. 05Developed user authentication system

$ cat features.txt

What it does

  • ->Secure transactions
  • ->Digital currency management
  • ->Transaction history
  • ->User wallet system
  • ->Administrative controls

$ cat challenges.md

The hard parts

Every project has them. These were mine.

  • ->Ensuring transaction security
  • ->Optimizing gas costs
  • ->Managing transaction states
  • ->Implementing proper error handling

// want something like this? let's talk