/gnoland-workshop

Say hello to gnoland features

Primary LanguageDockerfile

Gnoland

HELLO GNO!


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

Launch in CodeSpace