# Wiz++ > Wiz++ (Natasha) builds custom web software and teaches blockchain in small, safe steps. The flagship public experience is **Wiz++ Studio** at `/studio` — an eight-step, browser-only mock wallet lesson (play money only; no real cryptocurrency or custody). Learn blockchain incrementally: each Studio step introduces one idea (ledger, address, network, signing, transfer) before the next. Nothing touches a live chain. ## Primary pages - [Home](https://wizplusplus.com/): Interactive site map with orbs for services, connect, Studio, privacy, and terms. - [Learn blockchain in steps — Studio](https://wizplusplus.com/studio): Free mock wallet lesson (8 steps). - **The World & Me** — resume-style copy on the home hero orb only (no separate page). - [Connect with me](https://wizplusplus.com/contact): Contact form; messages are emailed to the operator, not published. - [Privacy Policy](https://wizplusplus.com/privacy): Data handling for Connect, Studio, and the public completion ledger. - [Terms of Service](https://wizplusplus.com/terms): Site use, Studio disclaimer, and paid work terms. ## Wiz++ Studio lesson outline (incremental) 1. **Introduction** — Blockchain as a shared ledger; wallet as signing software; private key vs public address; networks. 2. **Create wallet** — Generate a mock 0x address (simulated key pair). 3. **Your address** — What is safe to share; how balances live on-chain. 4. **Choose network** — Ethereum, Base, Polygon, etc. as separate ledgers. 5. **Seal handshake** — Sign a memo tied to optional Connect context. 6. **Send TEST** — Play-money transfer and fees to a treasury address. 7. **Activity** — Explorer view of mock transaction history. 8. **Complete** — Lesson finish; optional feedback; public ledger row (display name + mock address only). ## Technical notes for crawlers - Single-page app (React + Vite). Public HTML shell: `client/index.html`. Per-route titles and meta update client-side via `PageSeo`. - `/admin` and `/api/*` are not intended for indexing. - Studio state is stored in the visitor's browser (`localStorage` / `sessionStorage`); no real wallet keys. - Operator contact: natasha@wizplusplus.com ## Optional - [Full llms reference](https://wizplusplus.com/llms-full.txt): Extended copy for AI tools.