How to use Solana Rust API and building a Rust Library Crate!

In this article, we will explore and learn how to use Solana Rust API by building a Rust library that fetches accoun balance from Solana Clusters (Mainnet/Testnet/Devnet). Solana is an open-source, high performance, permissionless blockchain and provides convenient APIs to interact with clusters to perform various operations. In this article, we will explore and learn how to use Solana Rust API by building a Rust library that fetches account balance from Solana Clusters (Mainnet/Testnet/Devnet)....

April 18, 2022 · 8 min · Rijul Gulati