Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Wallet Simulator 🔐

📌 Overview

This project simulates the core functionality of a cryptocurrency wallet, allowing users to create wallets, generate public/private keys, sign transactions, and track balances in a secure simulated environment.

🚀 Features

  • Wallet generation (public/private key pair)
  • Transaction creation & signing
  • Balance tracking
  • Multi-layer security logic (hashing, signatures)
  • No real crypto involved (safe for learning)

🧠 Why This Project?

Built as an academic + practical project to understand how real crypto wallets work under the hood — including security risks and protections.

🛠️ Tech Stack

  • Python
  • Cryptography / Hashing libraries
  • HTML/CSS (frontend, if used)

📂 Project Structure

(brief explanation of folders)

⚙️ How to Run

pip install -r requirements.txt
python backend/main.py

About

A secure crypto wallet simulator built to demonstrate wallet creation, transaction signing, balance tracking, and security concepts without real funds.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages