This repository demonstrates the issue experienced by the torii client when a delete occurs in the world. It comprises a dojo contract in the contract directory and a react-app in the react-app directory. It only has one model, Person, which comprises an id, name, and age. Using the react-app, a user can create a person and delete a person.
curl -L https://install.dojoengine.org | bash
dojoup --version v0.6.0-alpha.3
sozo build --manifest-path ./contract/Scarb.toml
cd react-app && yarn install
katana
cd contract && sozo migrate
bash contract/scripts/default_auth.sh
torii -w 0x2cfdabed6e6ae30ccc38f33624dc2067281a1cb69530d6b973826517c3a3904 -d TORII.sqlite
cd react-app && yarn dev
Then, deploy a burner account. Create a person. Then delete said person.