Wallet simulator or testnet: which one your demo needs
They solve different problems and are constantly confused. One proves the code runs; the other controls what the screen says. Almost no demo needs both.
Published:
A testnet gives you a real chain with worthless coins: signatures work, transactions confirm, and the balances look like testnet balances. A simulator gives you no chain at all and total control of the screen. Use a testnet to prove the code works; use a simulator to show what the screen looks like.
What a testnet actually gives you
A testnet is a real blockchain with coins that have no market value. The cryptography is real, the signatures are real, blocks are produced, and a transaction takes as long as a transaction takes. If your question is « does the send flow work end to end », nothing else answers it.
What it does not give you is control of what appears on screen. Faucets hand out whatever they hand out. Token symbols carry their test prefixes. There are no market prices, so the fiat column — which on a wallet home screen is the largest text on the page — is empty, zero, or wrong.
What a simulator gives you
Exact values, instantly, at the resolution you need. Five tokens with the quantities you decide, a total that adds up, a day's change that matches the rows above it. And nothing behind it: no signature, no confirmation, no hash, nothing to look up.
The question that decides
Does the artefact need to prove something, or show something?
A QA run before release, a bug report about a failed signature, a security review: those need proof, so they need a testnet, or mainnet with an amount small enough not to matter. A listing image, a deck slide, a tutorial frame, a design review: those need a screen, so they need a composed one.
The mistake that costs the most time is using a testnet for the second kind. Teams spend an afternoon topping up faucets to produce a screenshot that then shows 0.4 tokens of something nobody recognises, and end up retouching it in an image editor anyway — which is composing a screen, with extra steps and a worse result.
A note on mainnet screenshots
The third option people reach for is their own wallet. It is the worst of the three for anything public: the address is visible, the balance is visible, and both are permanent once posted. There is a separate piece on demonstrating a wallet without showing a real balance; the short version is that a screenshot of a real account is a disclosure, not an illustration.
Questions
Can I use a testnet instead of a wallet mockup?
For proving that a flow works, yes — a testnet is better, because it is real. For a screenshot or a listing image it usually is not: testnet balances, token names and addresses look like testnet, and that is what your audience will see.
Why do testnet screenshots look wrong?
Because the values are not chosen. Faucet amounts are arbitrary, token symbols carry testnet prefixes, and prices do not exist, so the fiat column is empty or zero. The screen is real and tells the wrong story.
Which one should I use for an App Store listing?
A composed screen. Apple's reviewers judge whether the images represent the app accurately, not whether the numbers came from a chain — and a listing showing an empty faucet balance represents it badly.
Compose the screen instead of describing it
Your tokens, your amounts, your accent — laid out in the browser, then opened on your phone at your own address. A mockup, and we never pretend otherwise.
- Unlimited tokens, amounts and accents
- Add it to your home screen; it opens like an app
- Live market prices that keep moving
- Your own address, mylarpwallet.com/you
Cancel in one click · Secure payment by Stripe · Try the free demo
Keep reading
- Guide: What a larp wallet isThe three meanings the sources confuse, where the line between a mockup and a deception falls, and what the product makes.
- Why a wallet simulator should run in a browser tabAn installer asks for trust, permissions and an update channel you keep forever. A tab asks for none of that, and it still…
- Where a wallet simulator earns its place in a product teamNot the screenshots. The five places a composed screen saves a team actual time are the ones nobody lists, because they are…
- Recording a wallet screen for video, without an accountMost of what makes a wallet clip look wrong is not the numbers. It is the status bar, the notifications, and a price column…