6.2 Compilation
Run forge build
to compile the contracts. Ensure there are no errors and that the TokenFactory, Token (ERC20), and libraries are compiled. Foundry will output the artifact bytecodes used for deployment.
6.3 Deployment StepsRun forge build
to compile the contracts. Ensure there are no errors and that the TokenFactory, Token (ERC20), and libraries are compiled. Foundry will output the artifact bytecodes used for deployment.
6.3 Deployment Steps