Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W3M Creator Academy: WaveWarz Voter Onboarding

This is a one-page MVP for helping complete beginners get ready to vote in the August 23 WaveWarZ Featured Battle.

How to run

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.ps1

The 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.

MVP goals

  • 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.

Editing copy

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.

Page sections

The HTML is one page for speed, but each course area has a clear section ID so it can later become its own page:

  • home
  • why-wallet
  • install-phantom
  • create-wallet
  • add-sol
  • connect-wavewarz
  • battle-night
  • faq

Future expansion

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.

Releases

Packages

Contributors

Languages