Skip to content

feat: add devcontainer for contributor onboarding - #709

Open
rafaio1 wants to merge 1 commit into
OpenLedger-Foundation:mainfrom
rafaio1:feat/devcontainer-setup
Open

feat: add devcontainer for contributor onboarding#709
rafaio1 wants to merge 1 commit into
OpenLedger-Foundation:mainfrom
rafaio1:feat/devcontainer-setup

Conversation

@rafaio1

@rafaio1 rafaio1 commented Aug 29, 2026

Copy link
Copy Markdown

Summary

Adds a pre-configured development container to streamline contributor onboarding for the Stellar Wave Program (Issue #650).

Changes

  • Dockerfile: Rust 1.80, wasm32-unknown-unknown target, stellar-cli v21.0.0, Node.js build tools
  • devcontainer.json: Node.js 20 feature, VS Code extensions (rust-analyzer, crates, toml)
  • CONTRIBUTING.md: Added Dev Container setup instructions as recommended workflow

Verification

  • Container builds successfully
  • make build completes without errors
  • make test passes
  • stellar-cli available in PATH

Resolves #650

- Add Dockerfile with Rust 1.80, wasm32 target, and stellar-cli v21.0.0
- Add devcontainer.json with Node.js 20 and VS Code extensions
- Update CONTRIBUTING.md with devcontainer setup instructions

Resolves OpenLedger-Foundation#650
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.

[High] Add a Devcontainer/Docker Setup for Contributor Onboarding

1 participant