Programming

Smart Contracts – Under the Hood and EVM

💡 Info: This article originally appeared under the Finxter brand — in collaboration with NotSatoshi. Enjoy! In the previous posts, we developed simple smart contracts, deployed them using Remix or Truffle, and interacted with them using JSON-RPC interface providers such as using web3.py or web3.js. In this post, we shall take a closer examination into …

Smart Contracts – Under the Hood and EVM Read More »

Blockchain Consensus Mechanisms – An Overview

This article originally appeared on the Finxter blog—our companion blog for learning programming languages. Finxter Blog: Common Consensus mechanisms in Blockchains We know what a blockchain is and its wide applications. Blockchain is a distributed computing technology involving multiple nodes distributed across geographies. The problem is to ensure that each node gets the exact copy …

Blockchain Consensus Mechanisms – An Overview Read More »

Using python-binance API for Crypto Trading

Binance is one of the largest cryptocurrency exchanges supporting multiple cryptocurrencies. Some of the cryptocurrencies on Binance include Bitcoin, Ethereum, Dogecoin, Litecoin, etc. Binance owns its native cryptocurrency called Binance coin(BNB). For trading on Binance, there is a need to interact with the Binance exchange. The Binance exchange server has support for both RESTful and …

Using python-binance API for Crypto Trading Read More »

Curated List of Bitcoin Python Libraries

Let’s explore some python libraries in active development for the bitcoin market. This blog post provides a list of some interesting python packages which can be used for getting cryptocurrency pricing, interacting with crypto exchanges and wallets, crypto trading bot and market data feeders. Cryptocurrency Pricing Following packages can be used for getting cryptocurrency pricing …

Curated List of Bitcoin Python Libraries Read More »