Skip to content

WTFAcademy/WTF-Town-Hackathon

Repository files navigation

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

About

Web3 AI Game on Scroll | Built during V0RTEx 01 : A Scroll Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published