Migrating a Sunodo project
This section describes the steps to take to migrate a Sunodo application to a Cartesi CLI application.
uninstall Sunodo CLI;
brew uninstall sunodoif installed using brewnpm uninstall -g sunodoif installed using npm
review your Dockerfile, possibly replacing with a fresh one from https://github.com/cartesi/application-templates;
rename the
.sunododirectory to.cartesi;change the
.gitignorefile to ignore the.cartesidirectory instead of the.sunododirectory;rename the
.sunodo.envfile to.cartesi.envif you have one.