Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,16 @@ To run verification in dry-run mode:
```bash
python3 scripts/verify-vault-deployment.py examples/post-deployment-verification.json
```

### Mocked Post-Deployment Smoke Flow

A mocked post-deployment smoke test flow is provided to verify contract ID loading, initialization input loading, read verification, and lifecycle expectation checks without calling live testnet RPCs or exposing secrets. See [Mocked Post-Deployment Smoke Test Guide](./docs/mock-post-deployment-smoke-test.md).

To run the mocked smoke test flow:

```bash
./scripts/run-mocked-smoke-test.sh
```
---

## Contract Design Goals
Expand Down
Loading
Loading