Setting Up a Project with Foundry
A beginner guide to deployments and tests
Dec 3, 20237 min read114

Search for a command to run...
Articles tagged with #solidity
A beginner guide to deployments and tests

This article explains how the CREATE2 functionality in Solidity can be used to predict the address where a smart contract will be deployed at. This example is taken from the Solidity docs describing salted contract creation. Find the repository with...

Introduction This simple project shows how to use Remix IDE, Filebase, and IPFS to mint an ERC721 token. TL;DR Find the Manually mint ERC721 tokens repo with the complete files. In this tutorial, you will find an ERC721 smart contract and instructi...
