Solana by Example
Inspired by Rust By Example
Solana by Example is a collection of runnable examples that illustrate various Solana concepts and its libraries.
Now let's begin!
-
Hello Solana - Learn about how a client interact with a Solana program.
-
Counter - Learn about how to manage "state" on Solana.
-
Set Counter - Multiple instructions in one program.
-
WIP Blog - Learn about how to store text on Solana.
-
WIP Chat Room - build a chat room on Solana.
-
WIP Swap Program - Learn about SPL token, and associated account.
-
WIP NFT Program - Learn about how to create and manage metadata of NFTs.