24 lines
779 B
Markdown
24 lines
779 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`
|
|
- `offers.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.
|
|
4. If you need per-offer pricing, copy `offers.template.json`, edit values, and pass it via `OFFERS_JSON=/path/to/file.json`.
|