Say hello to gno features with this workshop, and start writing your own Realms! You can check the What is Gno? documentation for an introduction to the project.
Your goal for each step is to complete the missing code (specified by a // TODO
comment) and make the unit tests succeed.
We recommend using GitHub codespaces, which is already configured with gno tools:
Install the workshop locally
git clone https://github.com/gnolang/gno
cd ./gno
make install_gnodev
cd ..
git clone https://github.com/xplrz/gnoland-workshop
cp -rf ./gnoland-workshop/01-hello-package/p/hello ./gno/examples/gno.land/p
cd gnoland-workshop
# to test use `gnodev test r/solve --verbose --root-dir ../../gno`
# at the root of each challenge
or