readme.md
September 14, 2023 ยท View on GitHub
Launching SC Locally
To launch SC locally, follow these steps:
- Launch Katana:
katana --disable-fee
- Build with Sozo:
sozo build
- Migrate with Sozo:
sozo migrate
- Start Torii:
torii --world <@address>
Please remember to replace <@address> with the appropriate address when using the command.