An educational cryptocurrency platform to learn blockchain through a retro terminal interface.
- 💼 Create digital wallets
- ⛏️ Mine coins and earn rewards
- 💸 Send and receive cryptocurrency
- 🔍 Explore the blockchain
- 🔗 Real blockchain with proof-of-work
- 💼 Personal cryptocurrency wallet
- ⛏️ Mine blocks and earn 100 BC per block
- 💸 Send and receive coins
- 🖥️ Retro terminal UI with Matrix effects
- 🔐 Cryptographically signed transactions
- 📊 Real-time blockchain stats
Visit https://baesh-coin.vercel.app/ in your browser.
That's it! No installation needed. Works on Chrome, Firefox, Safari, Edge.
Type help to see all available commands.
walletGenerates your private key, public key, and address. Save your private key!
mineEnter your wallet address to start mining. Earn 100 BC per block!
balancesendYou'll need: your address, private key, recipient address, and amount.
block # View specific block
pending # Check pending transactions
clear # Clear screen
help # Show all commands# 1. Create wallet
> wallet
✅ New wallet created successfully!
# 2. Mine coins
> mine
✅ Block mined! You earned 100 BC
# 3. Check balance
> balance
💰 Balance: 100 BC
# 4. Send coins
> send
✅ Transaction created!
# 5. Mine to confirm transaction
> mine
✅ Block mined! Transaction confirmed + 100 BC reward- 🌊 Matrix Rain Effect - Animated background like the Matrix movies
- ⌨️ Terminal Interface - Type commands to interact with the blockchain
- 📊 Status Bar - Real-time blockchain stats (latest block, pending transactions, difficulty)
- 🎯 Mining Progress - Visual feedback while mining
- 🌙 Dark Theme - Easy on the eyes
- 🔒 Cryptographic signatures for all transactions
- 🔗 Tamper-proof blockchain
- 🛡️ Proof-of-work consensus
- 🔑 Private keys never leave your browser
