carlosvaztec / boot-camp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dojo Bootcamp - Paint me

This is a very basic app showing a basic dojo world connected to a react vite application.

Players can paint locations on a grid.

Client

The client uses the RECS library for state management and syncing, and react with tailwind for the UI.

Run each command in an individual CLI window

cd client && pnpm i && pnpm dev
cd contracts
katana --disable-fee --allowed-origins "*"
cd contracts

sozo build

sozo migrate apply

torii --world 0x6457e5a40e8d0faf6996d8d0213d6ba2f44760606e110e03e3d239c5f769e87 --allowed-origins "*"

About


Languages

Language:TypeScript 63.0%Language:Cairo 21.3%Language:Shell 6.8%Language:JavaScript 4.3%Language:CSS 3.0%Language:HTML 1.7%