Skip to content

feat: add testnet deploy and init script for escrow contract#549

Open
Dayz-tech-co wants to merge 2 commits into
Commitlabs-Org:masterfrom
Dayz-tech-co:feature/contracts-testnet-deploy-script
Open

feat: add testnet deploy and init script for escrow contract#549
Dayz-tech-co wants to merge 2 commits into
Commitlabs-Org:masterfrom
Dayz-tech-co:feature/contracts-testnet-deploy-script

Conversation

@Dayz-tech-co
Copy link
Copy Markdown
Contributor

@Dayz-tech-co Dayz-tech-co commented May 30, 2026

Closes #485


#539
This PR adds a secure, reviewable testnet deployment flow for the escrow/commitment core contract under the new contracts/ workspace scaffold.

What changed
Added contracts/scripts/deploy-testnet.sh

Builds from contracts/Cargo.toml using stellar contract build
Deploys the compiled WASM to Stellar testnet
Invokes initialize(admin, token, fee_recipient)
Upserts the deployed contract id into:
NEXT_PUBLIC_COMMITMENT_CORE_CONTRACT
COMMITMENT_CORE_CONTRACT
SOROBAN_COMMITMENT_CORE_CONTRACT
Reads all sensitive inputs from environment variables only
Supports DRY_RUN=1 for safe local verification
Added deployment scaffolding and docs

contracts/Cargo.toml
contracts/.gitignore
contracts/README.md
Added a zero-dependency smoke test

contracts/scripts/deploy-testnet.smoke.mjs
Verifies dry-run behavior, env-file updates, and missing-input guardrails
Updated repo docs/config notes

.env.example
docs/config.md
package.json with test:contracts:deploy
Why
Before this change, there was no scripted way to build, deploy, initialize, and wire the contract id into the frontend/backend env configuration. This PR makes that flow repeatable and safer for testnet deployments.

Validation
Ran:

npm run test:contracts:deploy
Output:

deploy-testnet.sh dry-run smoke test passed

@vercel
Copy link
Copy Markdown

vercel Bot commented May 30, 2026

@Dayz-tech-co is attempting to deploy a commit to the 1nonly's projects Team on Vercel.

A member of the Team first needs to authorize it.

Rebuilt on top of upstream/master to resolve PR conflicts.
@Dayz-tech-co Dayz-tech-co force-pushed the feature/contracts-testnet-deploy-script branch from b98b54b to 1413056 Compare May 30, 2026 04:46
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@Dayz-tech-co Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Fixes the Coverage Check failure caused by a ReferenceError in apiResponse.fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Contracts - Add deployment and initialization script under contracts for testnet

1 participant