Skip to content

chore: remove hello-world boilerplate contract (Issue #30)#56

Merged
manoahLinks merged 4 commits intocrowdpass-live:mainfrom
Majormaxx:remove-boilerplate-issue-30
Feb 25, 2026
Merged

chore: remove hello-world boilerplate contract (Issue #30)#56
manoahLinks merged 4 commits intocrowdpass-live:mainfrom
Majormaxx:remove-boilerplate-issue-30

Conversation

@Majormaxx
Copy link
Contributor

Description

This PR removes the default Soroban scaffold boilerplate contract directory soroban-contract/contracts/hello-world/. This boilerplate serves no purpose in the CrowdPass project and its removal improves repository hygiene and reduces confusion for contributors.

Changes

  • Deleted soroban-contract/contracts/hello-world/Cargo.toml
  • Deleted soroban-contract/contracts/hello-world/Makefile
  • Deleted soroban-contract/contracts/hello-world/src/lib.rs
  • Deleted soroban-contract/contracts/hello-world/src/test.rs

Verification

  • Verified that soroban-contract/Cargo.toml does not contain any references to the hello-world member.
  • Confirmed that the workspace still builds successfully after removal.

Closes #30

@manoahLinks manoahLinks merged commit 2372515 into crowdpass-live:main Feb 25, 2026
2 of 3 checks passed
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.

Remove hello-world boilerplate contract

2 participants