Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 442 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 442 Bytes

Run the app To run the app locally, you need to have your world deployed. Follow those steps to make this work.

Run katana

  1. katana --dev --dev.no-fee --http.cors_origins '*'

In your contract folder

  1. sozo build
  2. sozo migrate
  3. update terminal (source ~/.bashrc)

Run torii

  1. torii -w {world_address-output of previous command} --http.cors_origins '*'

In your client folder npm install vite --save-dev npm install npm run dev