This project is the client application for PixeLAW, a decentralized pixel-based game platform built on the Dojo engine.
- React 19
- TypeScript
- Vite
- Dojo JS v1.0.0-alpha.12
- Starknet
- Tailwind CSS
- twgl.js
- shadcn/ui
- Clone the repository
- Install dependencies:
bun i
- Start the development server:
bun run dev
- Open your browser and navigate to
http://localhost:5173
├── src
│ ├── app
│ ├── components
│ ├── constants
│ ├── contexts
│ ├── hooks
│ ├── index.scss
│ ├── libs
│ ├── main.tsx
│ ├── types
│ ├── utils
│ └── vite-env.d.ts
Currently Version 1.0.0-alpha.9
is live!
- Katana: https://api.cartridge.gg/x/pixelaw-dev/katana
- Torii: https://api.cartridge.gg/x/pixelaw-dev/torii
Contributions are welcome! Please follow the existing code style and create a new PR.
For more information on the underlying smart contracts, please refer to the pixelaw/core repository.