Bitcoin Script
Docker
Bash

Visual documentation archive focused on Bitcoin protocol engineering, designed to demonstrate practical applications of theoretical concepts.
Through these video resources, I explore direct interaction with the bitcoind daemon, abandoning graphical interfaces to work closely with the protocol. The topics covered include:
- Bitcoin Core CLI: Advanced use of the Command Line Interface to query the node and manage network configurations.
- RPC Integrations: Development of scripts and applications capable of communicating with the Bitcoin node via Remote Procedure Call (RPC).
- Raw Transactions: Manual construction, signing, and validation of raw transactions to deeply understand the cryptographic structure of inputs and outputs.
- Node Management: Setup, secure configuration, and optimization of Full Nodes in test environments (Testnet/Regtest) and production (Mainnet).
- Dockerized Environment (DevOps): Creation and deployment of a custom Docker container running a Regtest node alongside a local Block Explorer, ensuring an isolated and reproducible testing environment.
This project allows me to combine theoretical knowledge with solid Hands-On experience, working directly on the code and managing low-level infrastructure.
