You need the Cartesi CLI or nonodo. Then run the frontend.
Please use pnpm.
git clone git@github.com:Calindra/cartesify-rock-paper-scissors.git
cd cartesify-rock-paper-scissors/backend
cartesi build
cartesi runRun nonodo
nonodoClone and run the express example:
git clone git@github.com:Calindra/cartesify-rock-paper-scissors.git
cd cartesify-rock-paper-scissors/backend
yarn
cd expressjs
node app.jsRun deroll
yarn startyarn test fetch --watchAll