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 sunodo
if installed using brewnpm uninstall -g sunodo
if installed using npm
review your Dockerfile, possibly replacing with a fresh one from https://github.com/cartesi/application-templates;
rename the
.sunodo
directory to.cartesi
;change the
.gitignore
file to ignore the.cartesi
directory instead of the.sunodo
directory;rename the
.sunodo.env
file to.cartesi.env
if you have one.