kaor333/exodus-fake-balance — explained in plain English
Analysis updated 2026-05-18
Show placeholder balance numbers in a wallet UI for a screenshot or demo.
Test how a wallet interface looks with different balance values.
Study how process-level hooking can override a desktop app's displayed data.
| kaor333/exodus-fake-balance | amaravijayalakshmi216-collab/crop-recommendation-system | hermes-labs-ai/zer0dex | |
|---|---|---|---|
| Stars | 52 | 52 | 52 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | hard |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | general | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing Exodus wallet installation, the tool auto-detects it.
This is a Python tool that modifies the display of the Exodus cryptocurrency wallet desktop app to show custom balance numbers instead of the real ones. You configure it with whatever amounts you want to appear, and it patches the wallet's internal processes so those numbers show up across all tabs, including the portfolio overview, the exchange screen, and the send or receive screens. The fake numbers persist across wallet restarts and appear the same way in screenshots. The tool works by hooking into the local software that runs the Exodus app, which is built on Electron (a framework for desktop apps using web technology). It intercepts the wallet's internal data layer at the process level, injecting custom values into the balance cache and intercepting messages that would otherwise refresh those values. No network traffic is changed, and no blockchain data or private keys are touched. The balances on the actual blockchain remain unaffected. To use it, you clone the repository, run a setup script that installs Python dependencies, and then open a terminal menu. From there you configure target balances in a JSON config file (for example, you can set BTC to 2.45 or USDT to 148,500), then apply the overlay. The tool auto-detects your Exodus installation. A restore option removes all hooks and returns the display to real balances. The README frames this as a display overlay for "demonstration" purposes, noting that it does not alter any real blockchain state. Whether displayed balances match real holdings is something an observer cannot verify from the wallet screen alone. The tool explicitly includes transaction history spoofing as a listed feature. The project is MIT-licensed and supports Windows and macOS. It lists over 200 cryptocurrencies including Bitcoin, Ethereum, Solana, and various stablecoins.
A Python tool that overlays custom, fake balance numbers onto the Exodus crypto wallet app's display.
Mainly Python. The stack also includes Python, Electron.
MIT license: use, copy, and modify freely, including commercially, as long as the copyright notice is kept.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.