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
pnpm install
pnpm start
-
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