This is my (John L. Preston's) entry for the MoneyLab NFT Essay prize.
The question to be addressed is: "Are NFTs the key to a generation's empowerment, or a capitalist trap?"
This essay has been developed using Git as a narrative medium. This repository contains two text files: nft-good.md
argues that "NFTs the key to a generation's empowerment" whereas nft-bad.md
argues that "NFTs are a capitalist trap". Additionally the Git commit messages provide tangential discussion on these issues along with an artist's commentary on the work itself.
To experience this essay in its intended medium, you should:
- Clone this Git repository --
git clone git@github.com:wcerfgba/moneylab-nft-essay.git
- Checkout the
mainnet
branch --git checkout mainnet
- Display the log in reverse order with raw patch and raw commit log --
git log --reverse --patch-with-raw --format=raw
This will show you the full Git 'blockchain', and display all three mini-essays in a line-by-line format. You may also prefer to read each essay separately, by viewing nft-good.md
and nft-bad.md
with your preferred text editors, and by viewing the commit messages with git log --reverse --format='%s'