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 6a7d2d5 commit 1af90c0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
13 changes: 12 additions & 1 deletion v1.0/RPC Nodes/rpc-utxo/bitcoin-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Bitcoin RPC (Remote Procedure Call) is an essential tool for developers seeking

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

{% embed url="https://youtu.be/swsbEP9cMPI" %}
[block:embed]
{
"html": "<iframe class=\"embedly-embed\" src=\"//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FswsbEP9cMPI%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DswsbEP9cMPI&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FswsbEP9cMPI%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=swsbEP9cMPI",
"title": "Enhance Your Web3 Development With RPC Nodes: Step-By-Step Tutorial",
"favicon": "https://www.google.com/favicon.ico",
"image": "https://i.ytimg.com/vi/swsbEP9cMPI/hqdefault.jpg",
"provider": "youtube.com",
"href": "https://www.youtube.com/watch?v=swsbEP9cMPI",
"typeOfEmbed": "youtube"
}
[/block]

In this video tutorial, we will walk you through the process of getting started with Bitcoin RPC using the Tatum SDK. Tatum SDK is a comprehensive blockchain development toolkit that simplifies the interaction with various blockchain networks, including Bitcoin. By following the tutorial, you will learn how to set up your development environment, establish a connection to the Bitcoin network via RPC, and perform common operations such as retrieving all the transactions, & getting the Block hash by the block number. Whether you are a beginner or an experienced developer, this tutorial will provide you with the necessary steps to kickstart your web3 app development journey on Bitcoin.
13 changes: 12 additions & 1 deletion v1.0/RPC Nodes/rpc-utxo/rpc-litecoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Litecoin RPC (Remote Procedure Call) is a powerful tool for developers seeking t

Here's how you can get started using LTC RPC using RPC Submodule:

{% embed url="https://youtu.be/ODqheBSEyMI" %}
[block:embed]
{
"html": "<iframe class=\"embedly-embed\" src=\"//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FODqheBSEyMI%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DODqheBSEyMI&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FODqheBSEyMI%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=ODqheBSEyMI",
"title": "How to Call Last Known Block on the Litecoin Network - In Under 1 Min",
"favicon": "https://www.google.com/favicon.ico",
"image": "https://i.ytimg.com/vi/ODqheBSEyMI/hqdefault.jpg",
"provider": "youtube.com",
"href": "https://www.youtube.com/watch?v=ODqheBSEyMI",
"typeOfEmbed": "youtube"
}
[/block]

In this video tutorial, we will guide you through the process of getting started with Litecoin RPC using the Tatum SDK. Tatum SDK is a comprehensive blockchain development toolkit that simplifies the interaction with various blockchain networks, including Litecoin. By following the tutorial, you will learn how to set up your development environment, establish a connection to the Litecoin network via RPC, and perform common operations such as getBestBlockHash. Whether you are a beginner or an experienced developer, this tutorial will provide you with the necessary steps to kickstart your web3 app development journey on Litecoin.

0 comments on commit 1af90c0

Please sign in to comment.