Creating a Smart Contract for Subscription Payments in Ethereum Solidity Solidity is the programming language for writing smart contracts on…
Bitcoin blockchain vs the Lightning network
Bitcoin’s blockchain and the Lightning Network are both crucial components of the Bitcoin ecosystem, but they serve vastly different purposes.…
Query the Bitcoin memory pool in Python
The Bitcoin memory pool, also known as the “transaction pool” or “mempool,” is a holding area for unconfirmed transactions waiting…
Try Catch in Solidity
A try catch is a common error handling mechanism used in many programming languages, and Solidity is no exception. In…
Use Python to get the balance of a Bitcoin wallet
In this article we will use Python to get the balance of a Bitcoin wallet. Bitcoin is a decentralized digital…
Dynamic array in Solidity
A dynamic array is a type of array in which the length of the array can be changed at runtime.…
PSA – Our Youtube channel was terminated
Our Youtube channel was terminated by Youtube We are not sure why the channel was removed as all of our…
New keyword in Solidity smart contracts
There are a few different ways to create a smart contract from an existing smart contract. One way is to…