こんにちは! 👋🏼

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.

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 →