blog.labeleven.devSolana Transactions with Better Call Solhttps://youtu.be/z4TzkuKLWAA Transcript Intro Hey, this is Sohrab, head of engineering for Lab Eleven. Today, I want to go through the basics of Solana transactions and I will be using Better Call Sol as a visual aid. You can find me on Twitter by ...Mar 7, 2023·15 min read
blog.labeleven.devMicroblog: Debug logging in Anchor and SolanaLogging can be expensive for programs deployed to Solana or logs may contain sensitive information that should not be available during the normal operation of a program. In these scenarios, we miss having different log levels, as we are used to with...Jun 27, 2022·2 min read
blog.labeleven.devAnatomy of Solana Program Invocations using AnchorThis article has been written with Anchor v0.24.x in mind. We will endeavour to keep this information updated as things evolve. Anchor framework is quickly becoming the de facto approach to building Solana on-chain programs. Its abstractions offer s...Jun 27, 2022·5 min read
blog.labeleven.devKick-Start Solana Programming with AnchorJumping into Solana programming can seem somewhat daunting. These tips and pointers should help you along with your exciting new chapter. Local Development The book already calls out the required software for building Anchor programs. I highly recom...Jun 22, 2022·5 min read