こんにちは! 👋🏼

I blog about Rust 🦀, Solana and Linux. I am currently building heirlm and try to occasionally answer questions on StackOverflow.

Notes on `create-solana-program`

Practical notes on scaffolding a Solana program using the create-solana-program generator with pnpm.

read more →

Adding Metadata to an SPL Token

Step-by-step guide to adding metadata to an existing Solana SPL Token using the Metaplex Token Metadata protocol.

read more →

I build my own MPL Candy Machine Guard and you can too.

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 a guessing game using Orao VRF

Build an on-chain guessing game on Solana using Orao VRF for provably fair randomness in Rust.

read more →

Mint Solana NFT Using Rust & Metaplex SDK

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 →