There was an error while loading. Please reload this page.
1 parent 50759fb commit 6621a27Copy full SHA for 6621a27
1 file changed
README.md
@@ -78,3 +78,17 @@ cd <project-dir>
78
aptos move compile
79
aptos move publish --assume-yes
80
aptos move run --function-id <ADDR>::<MODULE>::<ENTRY>
81
+
82
83
+## Quick start (local)
84
85
+```bash
86
+# проверить профиль Aptos
87
+aptos config show-profiles
88
89
+# репо-чек (собрать и прогнать юнит-тесты во всех подпроектах)
90
+./tools/check.sh
91
92
+# вручную по проекту
93
+cd minimarket && aptos move compile && aptos move test --filter .
94
0 commit comments