Posts tagged 'blockchain'

Adil Moujahid

In-Depth Analysis of Moonbirds NFTs using Python and Alchemy

Moonbirds is the official PFP NFT project of the Proof collective. It consists of 10,000 utility-enabled PFPs that unlock different benefits depending on the traits and the locking period of the Moonbird NFT. In this blog post, we will use Python and Alchemy to do a deep dive analysis of the collection in its first week of trading.

Adil Moujahid

Data mining Meebits NFTs using Python and OpenSea API

The Meebits NFT collection is the latest project from Larva Lab, the creator of Cryptopunks and Autoglyphs. In this tutorial, we will use Python and OpenSea API to download and analyze the transactions related to Meebits. We will cover how to download Meebits transactions using python and OpenSea API, and we will analyze the data with the goal of understanding sales trends and the behavior of some of the sellers and owners of Meebits.

Adil Moujahid

A Practical Introduction to NFTs using Solidity and Legos

Non-fungible tokens, more commonly known as NFTs, are the new big trend in the crypto and blockchain industry. The goal of this tutorial is to give you a practical introduction to NFTs using Solidity programming language and Legos.

Adil Moujahid

A Practical Introduction to Blockchain with Python

Blockchain is arguably one of the most significant and disruptive technologies that came into existence since the inception of the Internet. It's the core technology behind Bitcoin and other crypto-currencies that drew a lot of attention in the last few years. This blog post covers the core concepts behind blockchain and shows how to implement one using Python.