blog.triton.oneParse Solana Transactions in TypeScriptThe transactions received from Yellowstone Dragon’s Mouth gRPC in your Solana applications are in raw binary format. The data received from Solana RPC supports the json, jsonParsed, base64, base58 formats. In your applications you need to encode/pars...Jan 6, 2025·2 min read
blog.triton.onePing Thing with the @solana/kit (formerly @solana/web3.js 2) SDK WalkthroughThis blog will give you a tour of the Ping Thing service to show how to perform various operations using the @solana/kit (formerly @solana/web3.js 2) SDK. The goal is to provide you with some code snippets and examples of how to do things using the n...Dec 11, 2024·5 min read
blog.triton.oneIntro to the new @solana/kit (formerly web3.js 2)The Solana kit SDK (formerly web3.js version 2.x) is here and it brings in a lot of new features and changes. This blog will give you an overview of the new API and the blogs following this one will have detailed examples, walkthroughs and a migratio...Nov 29, 2024·4 min read
blog.wilfredalmeida.comQ4 2023: Learnings SummarizedI joined Underdog Protocol as a developer in October 2023, after attending the Solana HackerHouses in Bangalore and Mumbai. Before that, I had worked on a contract basis and as a mentee under the LFX Mentorship throughout the year. This blog is about...Dec 31, 2023·6 min read
blog.wilfredalmeida.comMSOL Solana SNSMSOL is a Short Name Service (SNS) for Solana that gives you an easy-to-remember alias of your choice for your Solana Public Key. MSOL also gives you an NFT for the SNS you create as proof that you own it. An SNS can be up to 20 characters long and c...Aug 14, 2023·2 min read