Ethereum – Top 10 Articles to Get Started

Can you believe 5 years ago 1 ETH was priced at $9.33 USD?  ETH is now on the rise, priced at $4270.66 USD with growth showing 45,673.42%.  But wait, are you still not sure what Ethereum is?  Perhaps youโ€™ve heard of it but only have a vague idea.  Not to worry.  Iโ€™ve compiled a list … Read more

Brownie – Smart Contracts in Python

This is an introductory article to Brownie, a smart contract development and testing framework for Solidity and Vyper, especially with Python developers in mind.  We first start with the installation process and then create a project with a simple smart contract. We will look at how to interact with the smart contract on a local … Read more

Introduction to Web3.py

This article will give you a quick overview of a Python library, Web3.py. By the end of this article, we will install it on our local computer and understand how to use the basic functionality, such as sending Ether, deploying a Smart Contract, and interacting with it in Python. What is Web3.py? Web3.py is a … Read more

String Concatenation in Solidity

Solidity does not offer a convenient built-in method to concatenate or compare the strings like other high-level programming languages such as java, Python, C or javascript, etc. the string type has just recently been introduced to the solidity language and it may take a while to improve further. However, the string concatenation is still possible … Read more

NFT 101

NFTs have taken the world by storm attracting the masses outside the hardcore crypto enthusiasts. What is all the fuss about anyway? Canโ€™t you just right-click and save the artwork anyways? Investors, celebrities, artists, and collectors are flocking to this new marketplace. Despite itโ€™s name, youโ€™ll find tons of fun in the non-fungible token space. … Read more

MetaMask Simple Tutorial

MetaMask is an Ethereum wallet allowing you to interact with the Ethereum blockchain in a simple way. Once installed, users can send and receive ETH and ERC-20 tokens. In addition to this, MetaMask serves as an entry point for DeFi, dApps, and NFTs. What is MetaMask? Install MetaMask Head to the Chrome Web Store or … Read more

Phantom Crypto Wallet Howto

Phantom wallet is a crypto wallet for the Solana blockchain. As a browser extension, you can manage digital assets such as NFTs and gain access to dApps on the Solana blockchain. You will generate and manage private keys so that you can store your SOL and sign transactions. ๐Ÿ‘‰ Recommended: I Sent My First SOL … Read more

How to Mint an NFT (ETH)

Any digital file can become an NFT (non-fungible token). As an NFT you are able to prove ownership and provenance via the blockchain. What if you are a creator and want to put your artwork up for sale? How do you mint an NFT? What does it even mean to mint an NFT? Minting an … Read more

Argent Review

New users are often intimidated upon entering the crypto space. Hurdles like user-friendliness, private keys, encryption, and wallets is enough to make a beginnerโ€™s head spin. With so many complexities to start off, itโ€™s no wonder why mass adoption is slow to come. Design/UX Argent hopes to solve this issue by having an app that … Read more

How to Use FTX REST API in Python

This article explains how to use the REST API to access FTX in Python so that you can build your trading program. As you go through the article, you can also watch our article tutorial video: What is FTX? FTX is an exchange where users can trade various digital assets, such as cryptocurrencies, tokenised stocks … Read more