/solana-anchor-book-code

Code related to the book "Solana Development with Rust & Anchor"

Primary LanguageTypeScript

Solana Development with Rust & Anchor

This repository contains the Anchor projects of the book Solana Development with Rust & Anchor.

Book Description


Start your journey into the world of Solana Development

This book covers the fundamentals of program development on Solana using Rust and the Anchor framework.

You will learn how to create programs on Solana to implement your own business logic, how to write automated tests to validate the correct behavior of your programs, as well as how to create web applications as frontends for your programs. In addition to this general knowledge, it teaches you how to create your own fungible and non-fungible tokens (NFT) on Solana, following the Metaplex token standard to ensure compatibility with Solana wallets such as Phantom and marketplaces like OpenSea and Magic Eden.

This book is written for experienced developers. You should have a general understanding of blockchain development as well as fundamental knowledge of Rust and NodeJS development. After reading this book, you will be able to start your own Solana project that has the potential to reach millions of users.