Skip to content

Files

Latest commit

2c8fc16 · May 16, 2025

History

History
42 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.2 KB

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: