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.
Explore the live app here: BlockchainCoinSafe
- 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.
- Python
- Hashlib for transaction security
- Datetime for timestamping transactions
Make sure you have Python installed on your machine. You can download it from python.org.
- Clone the repository:
git clone https://github.com/yourusername/BlockchainCoinSafe.git
- Navigate to the project directory::
cd BlockchainCoinSafe
- Install required dependencies::
pip install -r requirements.txt