Problem Statement
README.md references CONTRACT_ACCOUNT=5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY in the env example. Other scripts use bare addresses.
Why it matters
Hardcoding a single dev account in README encourages reuse in production.
Technical Context
Use SURI=//Alice and node-key derivation; document polkadot-js flow.
Expected Outcome
README env example derives an account from SURI; scripts pull from .env.
Acceptance Criteria
grep -r '5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY' . returns 0 in production files.
- README has an updated
.env.example.
- Scripts source
.env.
Implementation Notes
Sed-replace + update README.
Files or modules likely to be affected
README.md, scripts/deploy.sh, scripts/build.sh.
Dependencies
None.
Difficulty level
EASY.
Estimated effort
XS (~30 min).
Problem Statement
README.mdreferencesCONTRACT_ACCOUNT=5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQYin the env example. Other scripts use bare addresses.Why it matters
Hardcoding a single dev account in README encourages reuse in production.
Technical Context
Use
SURI=//Aliceandnode-keyderivation; documentpolkadot-jsflow.Expected Outcome
README env example derives an account from
SURI; scripts pull from.env.Acceptance Criteria
grep -r '5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY' .returns 0 in production files..env.example..env.Implementation Notes
Sed-replace + update README.
Files or modules likely to be affected
README.md,scripts/deploy.sh,scripts/build.sh.Dependencies
None.
Difficulty level
EASY.
Estimated effort
XS (~30 min).