The Chainlink ecosystem system provides an API which allows you to connect your smart contract to a suite of decentralized…
Deploy a contract to the Binance Smart Chain
Deploy a contract to the Binance Smart Chain. The Binance Smart Chain (BSC) is a block chain that supports smart…
Use Python to monitor Twitter accounts for crypto tweets
Crypto Twitter is very popular in the Crypto Currency industry. It is a forum for communicating the latest Crypto news…
How do the Uniswap Solidity smart contracts work?
In this tutorial we will discuss how the Uniswap automated market maker Solidity smart contracts work. We will discuss the…
Send an ETH transaction to the blockchain using Web3.py in Python
This tutorial will provide you with a brief overview of how to use Python and Web3.py to send a transaction…
Get market data from uniswap using Web3.py in Python
The Python code below uses Python Web3.py and calls the Uniswap contract on Ethereum to obtain pricing information on a…
Call a uniswap function using Web3.py in Python
Uniswap is a decentralized exchange running on the Ethereum blockchain. It is a set of Solidity smart contracts that operate…
Get gas prices from the ETH Gas Station using json in Python
Gas is the fee that is required to process a transaction on the Ethereum blockchain. The price of gas fluctuates based on the…