Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.13 KB

File metadata and controls

42 lines (28 loc) · 1.13 KB

BlockchainCoinSafe

BlockchainCoinSafe is a simple token wallet application built on blockchain principles, allowing users to create wallets, send and receive tokens, and track transaction history securely.

📍 Deployed App

Explore the live app here: BlockchainCoinSafe

Features

  • Create Wallets: Easily create wallets for different users.
  • Send and Receive Tokens: Transfer tokens between wallets with real-time updates.
  • Transaction History: Keep track of all transactions for accountability.

Technologies Used

  • Python
  • Hashlib for transaction security
  • Datetime for timestamping transactions

Getting Started

Prerequisites

Make sure you have Python installed on your machine. You can download it from python.org.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/BlockchainCoinSafe.git
  2. Navigate to the project directory::
    cd BlockchainCoinSafe
  3. Install required dependencies::
    pip install -r requirements.txt