sol-hello

MIT License

Stars
0

Hello world on Solana (Gitpod version)

This project demonstrates how to use the Solana Javascript API to build, deploy, and interact with programs on the Solana blockchain.

The project comprises of:

  • An on-chain hello world program
  • A client that can send a "hello" to an account and get back the number of
    times "hello" has been sent

Table of Contents

Quick Start

Using this example in Gitpod connects to the public Solana devnet cluster. Use the environment variable CLUSTER to choose a different Solana cluster.

Run the client to load and interact with the on-chain program:

$ npm run start

The remaining sections of this document point back to the non-Gitpod version of the README for more information.

Expected output

Customizing the Program

Learn about Solana

Learn about the client

Learn about the on-chain program

Expand your skills with advanced examples