Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 952 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 952 Bytes

WTF Town | V0RTEx 01 : A Scroll Hackathon

WTF Town is the next generation of AI onchain game.

This version of WTF Town is built during Scroll hackathon.

demo: wtf.town

subgraph: link

Citizen NFT contract (Scroll sepolia): link

Getting Started

pnpm install
pnpm start

Dev

1. Naming Conventions

  • Folder names:

    • Component folders: Upper Camel Case
    • Other folders: Kebab Case
  • File names:

    • Components: Upper Camel Case
    • Context: Upper Camel Case
    • Hook: Lower Camel Case
    • Other files: Kebab Case
  • Type definitions:

    • Type type: T + name
    • Interface type: I + name
    • Enum type: E + name
    • Other types: Name
  • Variable names:

    • Constants : Uppercase letters + underscore
    • Other variables : Lower camel case