Skip to content

gnolang/getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Gno

This repository is intentionally kept minimal and simple. It's designed to help you get your first experience with Gno in under five minutes, focusing on the most common tools and basic concepts.

If you're already familiar with Gno or looking for a more comprehensive setup, check out the "Next Steps" section below for links to more advanced resources.

Quick Start

  1. Clone this repository:

     git clone https://github.com/gnolang/getting-started.git
     cd getting-started
    
  2. Install dependencies:

     make install
    

This will check if Go is installed and install the required Gno tools.

  1. Start the development server:

     make dev
    
  2. Open your browser and visit https://localhost:8888

What's Included

This repository contains a simple Gno realm with:

  • A Render function that displays a welcome message and instructions
  • A Set function to update the realm's state
  • A Get function to retrieve the stored message

Next Steps

Ready to learn more? Check out these resources:

About

The easiest way to try Gno

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published