Skip to content

Latest commit

ย 

History

History
141 lines (92 loc) ยท 2.87 KB

File metadata and controls

141 lines (92 loc) ยท 2.87 KB

๐Ÿช™ Baesh Coin

Screenshot 2026-01-26 at 11 04 07โ€ฏPM

Blockchain License

Educational cryptocurrency with a retro terminal interface

Getting Started โ€ข How to Use โ€ข Features


๐Ÿ’ก What is Baesh Coin?

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

โœจ Features

  • ๐Ÿ”— 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

๐Ÿš€ Getting Started

Visit https://baesh-coin.vercel.app/ in your browser.

That's it! No installation needed. Works on Chrome, Firefox, Safari, Edge.


๐Ÿ“– How to Use

Type help to see all available commands.

๐Ÿ”‘ Create Wallet

wallet

Generates your private key, public key, and address. Save your private key!

โ›๏ธ Mine Coins

mine

Enter your wallet address to start mining. Earn 100 BC per block!

๐Ÿ’ฐ Check Balance

balance

๐Ÿ’ธ Send Coins

send

You'll need: your address, private key, recipient address, and amount.

๐Ÿ” Other Commands

block        # View specific block
pending      # Check pending transactions
clear        # Clear screen
help         # Show all commands

๐ŸŽฎ Quick Example

# 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

๐ŸŽจ What You'll See

  • ๐ŸŒŠ 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

๐Ÿ” Security

  • ๐Ÿ”’ Cryptographic signatures for all transactions
  • ๐Ÿ”— Tamper-proof blockchain
  • ๐Ÿ›ก๏ธ Proof-of-work consensus
  • ๐Ÿ”‘ Private keys never leave your browser

โš ๏ธ Never share your private key!