Skip to content

Latest commit

 

History

History

README.md

StarkChess

A quickstart guide to help you build and deploy your first Dojo provable game.

Read the full tutorial here.

Running Locally

Terminal one (Make sure this is running)

# Run Katana
katana --dev --dev.no-fee

Terminal two

# Build the example
sozo build

# Inspect the world
sozo inspect

# Migrate the example
sozo migrate

# Start Torii
# Replace <WORLD_ADDRESS> with the address of the deployed world from the previous step
torii --world <WORLD_ADDRESS> --http.cors_origins "*"