Skip to content

Commit 6621a27

Browse files
authored
Update README.md
1 parent 50759fb commit 6621a27

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,17 @@ cd <project-dir>
7878
aptos move compile
7979
aptos move publish --assume-yes
8080
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

Comments
 (0)