Skip to content

costa2400/gnoland-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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
Launch in CodeSpace

About

Say hello to gnoland features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 84.0%
  • Go 16.0%