Predict a smart contract address before it's deployed.
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...
Oct 28, 20224 min read92

