You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README.md that gets generated under project/backend/smart_contracts instructs that you should run algokit generate smart-contract at the root of the repository. However, there is no algokit generate smart-contract command, only algokit generate client.
The text was updated successfully, but these errors were encountered:
Hello @HashMapsData2Value thanks for reporting, i believe this is a non-issue.
Please refer to using-custom-generate-commands documentation to read more about how exactly generate works when dealing with custom generators (smart-contracts in your case). I see that you have an .algokit folder in your template, this is actually the custom generator that comes bundles with the beaker template and when you run algokit generate from the root of the backend folder (the same level that contains algokit.toml file) then this custom smart-contract generator command is injected into algokit dynamically. You can also inspect algokit.toml to see how exactly it references the custom generator.
So I suspect the issue is due to the fact that you may be running this command from the wrong folder, keep in mind if this is within a fullstack template then backend and frontend folders are completely independent so READMEs inside those folders refer exclusively to their own scope.
Please confirm the version of algokit you are using and try re running the generate from the root of the backend folder.
The README.md that gets generated under project/backend/smart_contracts instructs that you should run
algokit generate smart-contract
at the root of the repository. However, there is noalgokit generate smart-contract
command, onlyalgokit generate client
.The text was updated successfully, but these errors were encountered: