Wilfred Almeida

Boosting the JavaScript gRPC SDK with NaaE

When you stream gigabytes of account updates, the default @grpc/grpc-js library forces your application to choose between processing data or receiving it. It cannot do both efficiently. The result is artificial latency – not from the network, but from the library itself choking on deserialisation.

Parse Solana gRPC transactions to JSON and jsonParsed using TypeScript

Learn how to turn binary Solana gRPC transactions into JSON, jsonParsed, Base64 and Base58 using a Rust powered WebAssembly encoder in TypeScript.

End-to-end Solana transaction pipeline with @solana/kit in Triton's Ping Thing

Learn how to send, sign, and confirm Solana transactions with the new @solana/kit SDK, from RPC setup to blockhash and compute budget best practices.

New @solana/kit: what it is, what changed, and why it's faster

Solana’s new kit SDK (formerly web3.js 2.x) is a modular, faster, type-safe client that cuts confirmation latency, shrinks bundle sizes, and adds modern TS/JS, custom RPC transports, and leak-resistant keys.