Jul 24, 2024
mkdir neon_testcd neon_testforge init to create project files including:
source .env in the terminal to use the variables.forge create --rpc-url <devnet_url> --private-key <your_private_key> <contract_path> --legacycounter.sol from the source folder for the contract.