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 current README indicates running pnpm run chain:setup before contract deployment, but this order causes an error as the setup script requires the contracts to be deployed first.
The current README indicates running
pnpm run chain:setup
before contract deployment, but this order causes an error as the setup script requires the contracts to be deployed first.I got this error:
Error: Cannot find module '../contracts/out/DISTRIBUTOR.json'
This is because the
/out/
is yet to be created.Current Flow in README
pnpm run chain:setup
)Correct Flow
pnpm run chain:setup
)Note
I got some reverts error even though some votes were casted after running
pnpm run chain:setup
.The text was updated successfully, but these errors were encountered: