Thanks for considering a contribution! This is a Move monorepo (Aptos-first, Sui-friendly).
- OS: Linux/macOS or Windows + WSL
- Aptos CLI >= 7.8.0
./tools/check.shruns build + unit tests for all subprojects.
- Use
0x1::...imports for stdlib (notstd::in our code/tests). - Keep test modules
#[test_only]. - Each feature/change must include unit tests (positive + at least one negative).
- Commit messages: short, imperative (e.g.
escrow: add refund test; tighten E_NOT_FUNDED).
-
./tools/check.shis green - New/changed logic has tests
- README updated if public API changed
- No
{{ADDR}}placeholders
mytoken/— demo token APIescrow/— deal funding/releasesimplenft/— minimal NFT registryminimarket/— list/buy with fee poolpaysplit/— proportional revenue splitter
Use “💼 Hire me” for paid tasks. For bugs/features, please describe:
- What happened vs expected
- Module/function
- Minimal repro (unit test or steps)