Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 699 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 699 Bytes

PixeLAW 2048

A fully on-chain 2048 based on PixeLAW(a pixel-based Autonomous World built on Starknet using Dojo)

image

Prerequisites

  1. Make
  2. Docker
  3. Docker Compose plugin

Getting Started

Run this command to start up PixeLAW core and deploy all apps in the directory.

make start

To stop it, simply run this command:

make stop