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:
Cosmoverse 2022 builders, make feedbacks to the team!
Install locally: https://test2.gno.land/r/boards:testboard/5
git clone git@github.com:gnolang/gno.git
cd ./gno
make install_gnodev
cd ..
git clone git@github.com:xplrz/gnoland-workshop.git
cp -rf ./gnoland-workshop/01-hello-package/p/hello ./gno/examples/p
cd gnoland-workshop
# to test use `gnodev test r/solve --verbose --root-dir ../../gno`
# at the root of each challenge