Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.24 KB
Gnoland

HELLO GNOLAND!


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 [email protected]:gnolang/gno.git
cd ./gno
make install_gnodev

cd ..
git clone [email protected]: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
Launch in CodeSpace