Complexity / points: Trivial (100 points) - maintainer label: points-100-trivial
PR must include:
Problem
The repo expects contributors to use environment variables for deployment/invocation (see deployment commands in Readme.md and the .gitignore exception for .env.example), but .env.example is missing. That slows onboarding and increases setup errors.
Proposed change
Add a .env.example file at repo root with placeholder variables required for Soroban deploy/invoke flows.
Acceptance criteria
Dependencies
None.
Complexity / points: Trivial (100 points) - maintainer label: points-100-trivial
PR must include:
Closes #9in the PR descriptionunwrap()in production Soroban contract paths (project convention)cargo testpasses locally; match CI (cargo fmt,cargo clippy -D warnings) when touching RustProblem
The repo expects contributors to use environment variables for deployment/invocation (see deployment commands in
Readme.mdand the.gitignoreexception for.env.example), but.env.exampleis missing. That slows onboarding and increases setup errors.Proposed change
Add a
.env.examplefile at repo root with placeholder variables required for Soroban deploy/invoke flows.Acceptance criteria
.env.exampleexists at repo rootReadme.md(e.g.,platform_fee_bps,admin).env.examplein the deployment sectionDependencies
None.