diff --git a/v1.0/RPC Nodes/rpc-utxo/bitcoin-1.md b/v1.0/RPC Nodes/rpc-utxo/bitcoin-1.md index 02ab6f47..b98409d1 100644 --- a/v1.0/RPC Nodes/rpc-utxo/bitcoin-1.md +++ b/v1.0/RPC Nodes/rpc-utxo/bitcoin-1.md @@ -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": "", + "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. diff --git a/v1.0/RPC Nodes/rpc-utxo/rpc-litecoin.md b/v1.0/RPC Nodes/rpc-utxo/rpc-litecoin.md index 3fd7e85f..d77227be 100644 --- a/v1.0/RPC Nodes/rpc-utxo/rpc-litecoin.md +++ b/v1.0/RPC Nodes/rpc-utxo/rpc-litecoin.md @@ -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": "", + "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.