Notes on `create-solana-program`
Practical notes on scaffolding a Solana program using the create-solana-program generator with pnpm.
read more →I blog about Rust 🦀, Solana and Linux. I am currently building heirlm and try to occasionally answer questions on StackOverflow.
Practical notes on scaffolding a Solana program using the create-solana-program generator with pnpm.
read more →Step-by-step guide to adding metadata to an existing Solana SPL Token using the Metaplex Token Metadata protocol.
read more →How to build a custom Metaplex Candy Machine guard from scratch when the built-in guards don't cover your use case.
read more →Build an on-chain guessing game on Solana using Orao VRF for provably fair randomness in Rust.
read more →A 2023 walkthrough of minting NFTs on Solana using Rust and the Metaplex SDK. Note: tooling has changed — check the latest Metaplex docs.
read more →