From a9acedceaf5efaa371b272f708d3cd79d1ba6fe5 Mon Sep 17 00:00:00 2001 From: Jose Ferrer Date: Wed, 5 Aug 2026 15:05:40 +0700 Subject: [PATCH] Add Lamport Press free guides to Solana Tutorials Co-Authored-By: Claude Fable 5 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e2e7849..ba9c9c2 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,9 @@ https://github.com/solana-developers/workshops Program examples https://github.com/solana-developers/program-examples +Lamport Press - free guides on Solana program concepts (PDAs, Token-2022) +https://lamport.press/guides + Web3 examples https://github.com/solana-developers/web3-examples