프로젝트

aptos-move-tools

aptos-move-tools screenshot or poster
2026Design + Engineering유지 보수
RustTree-sitter
0 0 포크마지막 푸시 2026년 3월 25일

Most Move tooling needs a full compiler toolchain. This suite parses Move on Aptos with tree-sitter instead, so each tool stays fast and error-tolerant with zero Move dependencies installed: move-suggest lints for idiomatic Move 2, move-bounds-checker catches Aptos VM limit violations before deployment, move1-to-move2 automates syntax migration, and companions recover named addresses or analyze gas usage.

For cases that need compiler-grade fidelity, move-bounds-checker-native plugs into the legacy Move parser's checkout, trading convenience for accuracy.