Guess the number game on Solana Chain.
Developed with Anchor.


📚 Guess the number

Project

A simple chain game.
The program generates a number.
The user tries to guess by sending a transaction and getting an answer.

How to start

  1. Start local validator
    solana-test-validator

  2. Build and deploy the Program
    anchor build && anchor deploy

  3. Play the game by sending numbers to validator terminal