I’m going through the price feeds tutorial at https://docs.pyth.network/price-feeds/create-your-first-pyth-app/evm/part-1#create-a-contract. When I finish the “Create a contract” section and run forge build I get an error that src/Counter.sol was not found. Seems like the command rm -r src/* test/* should also delete script/* because there’s a file in there that refers to the Counter.sol file.
Here is the state of my project at this point in the tutorial:
I couldn’t find the doc source within a few minutes or I’d submit a PR.
And for some reason I am blocked from posting more links, the forum keeps rejecting my messages, but I also submitted pyth-network/documentation/pull/717 and foundry-rs/book/pull/1571 (merged) and pyth-network/documentation/pull/718.