Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 363 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 363 Bytes

Launching SC Locally

To launch SC locally, follow these steps:

  1. Launch Katana:
katana --disable-fee
  1. Build with Sozo:
sozo build
  1. Migrate with Sozo:
sozo migrate
  1. Start Torii:
torii --world <@address>

Please remember to replace <@address> with the appropriate address when using the command.