Table of contents
We’ll begin by looking carefully at the tools we’ll be using throughout this guild, because no builder can work meaningfully without their tools. In particular, we’ll consider the decentralized nature of Git, discuss the beauty and difficulties of Node and all of its millions of packages, and consider the hardhat which will be keeping us safe and the various tools which came before it.
However, real builders don’t just need tools: they need plans, blueprints, a vision and direction. For that, we turn to the other critical aspect of our craft: shared libraries. In particular, we’ll be looking at the OpenZeppelin ERC721 library and how we can use it with the help of hardhat. Depending on how this all goes, we may even mention mycelium. One never really knows.
Preparation¶- Install Git, Node, Yarn and Hardhat.
- Optional: burn your Windows machine in a cathartic fire ritual and use Linux instead.