Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 503 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 503 Bytes

Seahorse Solana Programs

A selection of example Solana programs built with Seahorse.

  1. Hello World: classic hello world
  2. Poll App: voting app
  3. Fizzbuzz: classic fizzbuzz
  4. Todo App: classic todo app
  5. Lumberjack: tree chopping game
  6. Tic-tac-toe: 2 Player Game
  7. Lotto: on-chain lottery
  8. Bitcorn faucet: an SPL token faucet
  9. Twutter: A Twitter like social feed
  10. Conway's Game of Life: Anchor only for now

Feel free to make a pull request to add your Seahorse program to this repo.