Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

  ____    _    _   _    _    _   _      _       ____ _____  _    _   _ ____    _    ____  ____
 | __ )  / \  | \ | |  / \  | \ | |    / \     / ___|_   _|/ \  | \ | |  _ \  / \  |  _ \|  _ \
 |  _ \ / _ \ |  \| | / _ \ |  \| |   / _ \    \___ \ | | / _ \ |  \| | | | |/ _ \ | |_) | | | |
 | |_) / ___ \| |\  |/ ___ \| |\  |  / ___ \    ___) || |/ ___ \| |\  | |_| / ___ \|  _ <| |_| |
 |____/_/   \_\_| \_/_/   \_\_| \_| /_/   \_\  |____/ |_/_/   \_\_| \_|____/_/   \_\_| \_\____/

                              🀘  FRUIT IS METAL  🀘

"Nixon took us off gold. We're on bananas now." β€” The Banana Standard, est. 2025

BAN is a peer-to-peer electronic fruit system. Mine it on your phone. Send it via QR code. No accounts. No servers. No KYC. One BAN equals one banana. Forever.


The Promise

╔══════════════════════════════════════════════════════════════╗
β•‘                                                              β•‘
β•‘   1 BAN TODAY     =  🍌  (one banana)                        β•‘
β•‘   1 BAN TOMORROW  =  🍌  (one banana)                        β•‘
β•‘   1 BAN IN 1M YRS =  🍌  (one banana)                        β•‘
β•‘                                                              β•‘
β•‘   INFLATION?  NEVER HEARD OF HER.                            β•‘
β•‘                                                              β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

A Brief History of Money

  1879–1971   THE GOLD STANDARD          $1 = fixed gold    Purchasing power: STABLE
  1971        NIXON SHOCK                "trust me bro"     Purchasing power: -85% πŸ’€
  2025        THE BANANA STANDARD        1 BAN = 1 🍌       Purchasing power: PRESERVED

How It Works

  • Mine β€” Your phone does proof-of-work and earns BAN
  • Send β€” Generate a QR code encoding a signed transfer
  • Receive β€” Scan the QR code, signature verified, BAN credited
  • No server required β€” Exchange happens phone-to-phone, in person, like cash

Read the full technical spec: WHITEPAPER.md


Project Structure

banana-standard/
β”œβ”€β”€ app/          Flutter mobile app (iOS + Android)
β”œβ”€β”€ core/         Python P2P node (wallet, mining, gossip)
β”œβ”€β”€ bootstrap/    VPS bootstrap node for peer discovery
β”œβ”€β”€ docs/         Architecture and protocol docs
β”œβ”€β”€ WHITEPAPER.md The Banana Standard technical paper
β”œβ”€β”€ ROADMAP.md    v0.1 β†’ v1.0 development plan
└── CHANGELOG.md  Release history

Getting Started

Run the Python node

cd core
pip install -r requirements.txt
python -m api.main
# Node running at http://127.0.0.1:6969

Run the Flutter app

cd app
flutter pub get
flutter run
# Connects to local node automatically

Mine some bananas

Open the app β†’ tap Mine β†’ select difficulty β†’ tap START MINING

Your phone is now producing value, pegged to the world's most important commodity.


Supply

Allocation Amount
Founder reserve 2,100,000
Community mining 18,900,000
Total 21,000,000

The founder allocation is documented in core/ban/genesis.py. The address is public. The private key is offline. No surprises.


Roadmap

Version Status Theme
v0.1 βœ… Current Local wallets, QR transfers
v0.2 🚧 Building Gossip network, shared ledger
v0.3 πŸ“‹ Planned Kademlia DHT, no bootstrap dep
v0.4 πŸ“‹ Planned Ring sigs, stealth addresses
v0.5 πŸ“‹ Planned Rust core, flutter_rust_bridge
v1.0 πŸ“‹ Planned Audited, 21M supply confirmed

Full details: ROADMAP.md


Contributing

See CONTRIBUTING.md. All skill levels welcome. We especially need:

  • Python networking (gossip, DHT)
  • Rust (for v0.5 rewrite)
  • Flutter/Dart
  • Cryptography review
  • People who know a lot about bananas

License

MIT β€” see LICENSE


Is there a server? No. Can you print infinite BAN? In v0.1, yes. In v0.2+, no β€” the network enforces scarcity. So the current version is basically a signed IOU system? Yes. Welcome to the banana standard.

About

A peer-to-peer electronic fruit system. 1 BAN = 1 🍌. Forever. Nixon took us off gold. We're on bananas now.

Topics

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages