contracts/deploy/README.md

22 lines
628 B
Markdown

# Deployment Directory
Place versioned deployment manifests here:
1. chain id
2. contract addresses
3. deployment tx hashes
4. verifier links
5. policy hash snapshot
Template:
- `membership-deploy.template.json`
- `entitlement-deploy.template.json`
Recommended process:
1. Run `npm run deploy:sepolia` / `npm run deploy:mainnet` for membership or
`npm run deploy:entitlement:sepolia` / `npm run deploy:entitlement:mainnet` for offer entitlements.
2. Copy the matching template to a dated file (for example `membership-base-sepolia-2026-02-18.json`).
3. Fill all deployment fields from script output and explorer links.