Notes on `create-solana-program`
Practical notes on scaffolding a Solana program using the create-solana-program generator with pnpm.
read more →I'm Jimii, a software engineer from Nairobi, Kenya. I am interested in blockchains and distributed systems abd mostly work with Solana and Rust. Find a full list of my writings ./blog.
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 →