Inspired by Georgios’ tweet I’m building a simple and short tutorial on how to create an NFT contract using Foundry and Solmate. https://twitter.com/gakonst/status/1488251153444147200Setting upBefore using Foundry, you need to install rust. To install rust you can follow these guides: https://doc.rust-lang.org/book/ch01-01-installation.html https://www.rust-lang.org/tools/install After installing Rust, all you have to do is installing Foundry. The steps are really simple and you can read it h...