Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 296 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 296 Bytes

rust-solana

This repository is where I experiment with coding simple dApps on Solana using Rust.

Projects

  • lottery-tickets-native: A native Rust program for creating a lottery ticket as a NFT on the Solana Blockchain;
  • lottery-tickets-anchor: Kind of the same but using Anchor.