This is a one-page MVP for helping complete beginners get ready to vote in the August 23 WaveWarZ Featured Battle.
Double click index.html to open the guide directly in your browser.
You can also run start-preview.ps1 from this folder. It starts the local server and opens the site in your default browser.
Example:
.\start-preview.ps1The preview URL is:
http://127.0.0.1:4173/index.html
To stop the server, go back to the PowerShell window running the preview and press Ctrl+C.
The page loads editable wording from content.json when served locally. When opened by double clicking index.html, it uses assets/content-fallback.js so the full guide still appears without a local server.
- Explain that voting is free.
- Reassure beginners that no crypto experience is needed.
- Explain that Phantom helps reduce botting and keeps the vote cleaner.
- Explain that a tiny amount of SOL may be needed for network activity.
- Help voters get ready before battle night.
Edit content.json to change website wording, captions, button labels, FAQ text, section copy, and future URLs. The HTML is now only the page structure.
If the site will be opened by double clicking index.html, keep assets/content-fallback.js in sync with content.json.
The HTML is one page for speed, but each course area has a clear section ID so it can later become its own page:
homewhy-walletinstall-phantomcreate-walletadd-solconnect-wavewarzbattle-nightfaq
This MVP can grow into a larger Creator Academy by moving each section into a reusable course module, then adding more courses under future folders such as courses, resources, events, and creator-guides.