- Install Asdf
- Install Dojo
- Enter the client folder, install the dependencies and run:
cd client npm i npm run dev
- In a new terminal enter the contract folder and run Katana tool (built in Dojo)
cd contract katana --dev --dev.no-fee --http.cors_origins '*'
- In a new terminal enter the contract folder again and run
cd contract sozo build && sozo migrate
- In a new terminal in the Proof-Of-Speed root folder run
sh torii persistent "dojo_starter-Moved dojo_starter-PlayerSpawned dojo_starter-StartGame"
- Launch the browser and navigate to
http://localhost:5173/
- Press the + button to start the game and then the arrows to move the player.