Skip to content

Conversation

@Bashmunta
Copy link

This change updates the deployment instructions to copy the exact ABI file produced by Hardhat from apps/contracts/artifacts/contracts/Feedback.sol/Feedback.json to a flattened path at apps/web-app/contract-artifacts/Feedback.json, which matches how the web app imports the artifact (e.g., src/app/api/feedback/route.ts and src/app/group/page.tsx). The previous guidance suggested copying the whole artifacts/contracts folder, which would result in a nested Feedback.sol/Feedback.json path that breaks imports. Aligning the README with the actual import shape avoids runtime module resolution errors and ensures a smooth setup.

@Bashmunta Bashmunta requested a review from a team as a code owner November 21, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant