Skip to content

fix: Docs: add 'Contract Quickstart' section to README with build/test/wasm commands - #274

Merged
greatest0fallt1me merged 1 commit into
CalloraOrg:mainfrom
Kaycee276:fix/issue-271-docs-add-contract-quickstart-section-to-readme-wit
Apr 23, 2026
Merged

fix: Docs: add 'Contract Quickstart' section to README with build/test/wasm commands#274
greatest0fallt1me merged 1 commit into
CalloraOrg:mainfrom
Kaycee276:fix/issue-271-docs-add-contract-quickstart-section-to-readme-wit

Conversation

@Kaycee276

Copy link
Copy Markdown

Summary

Added a new "Contract Quickstart" section to README.md, placed between the "Tech stack" and "What's included" sections. The section lists the minimal commands a contributor needs — format/clippy checks, cargo build / cargo test, per-crate cargo build --target wasm32-unknown-unknown --release -p <crate> for each of the three workspace crates (callora-vault, callora-revenue-pool, callora-settlement), the ./scripts/check-wasm-size.sh one-shot helper, and ./scripts/coverage.sh — along with the wasm32-unknown-unknown target prerequisite and the release artifact path. Docs-only change; no source files were modified.


closes #271

…ection to README with build/test/wasm commands
@greatest0fallt1me
greatest0fallt1me merged commit 7eb88b0 into CalloraOrg:main Apr 23, 2026
0 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.

Docs: add 'Contract Quickstart' section to README with build/test/wasm commands

2 participants