Skip to content

Commit

Permalink
add video
Browse files Browse the repository at this point in the history
  • Loading branch information
nader-tatum committed Apr 15, 2024
1 parent 1e97212 commit c824fb6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion v1.0/RPC Nodes/rpc-others/rpc-solana.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Solana RPC (Remote Procedure Call) is a crucial tool for developers looking to i

Getting Started with Solana RPC using Tatum SDK (Video Tutorial):

{% embed url="https://youtu.be/bYBqj_1_97I" %}
[block:embed]
{
"html": "<iframe class=\"embedly-embed\" src=\"//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FbYBqj_1_97I%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DbYBqj_1_97I&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FbYBqj_1_97I%2Fhqdefault.jpg&key=7788cb384c9f4d5dbbdbeffd9fe4b92f&type=text%2Fhtml&schema=youtube\" width=\"854\" height=\"480\" scrolling=\"no\" title=\"YouTube embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>",
"url": "https://www.youtube.com/watch?v=bYBqj_1_97I",
"title": "GetMultipleAccounts RPC Method for Solana: How-To Guide for Devs",
"favicon": "https://www.google.com/favicon.ico",
"image": "https://i.ytimg.com/vi/bYBqj_1_97I/hqdefault.jpg",
"provider": "youtube.com",
"href": "https://www.youtube.com/watch?v=bYBqj_1_97I",
"typeOfEmbed": "youtube"
}
[/block]

In this video tutorial, we will guide you through the process of getting started with Solana RPC using the Tatum SDK. Tatum SDK is a comprehensive blockchain development toolkit that simplifies the interaction with various blockchain networks, including Solana. By following the tutorial, you will learn how to set up your development environment, establish a connection to the Solana network via RPC, and perform common operations such as getMultipleAccounts.

0 comments on commit c824fb6

Please sign in to comment.