← スキル一覧に戻る

initial-setup
by genlayerlabs
wasm-based VM for running Intelligent Contracts
⭐ 15🍴 6📅 2026年1月20日
SKILL.md
name: initial-setup description: Sets up the development environment for GenVM repository. Use when setting up the repo for the first time or when dependencies need to be refreshed.
To set up the GenVM development environment:
-
Enter the Nix flake environment:
nix develop .#full -
Initialize git submodules:
git submodule update --init --recursive --depth 1 -
Source environment variables:
source env.shThis adds
tools/git-third-partyto PATH and sources.envif it exists. -
Update third-party dependencies:
./tools/git-third-party/git-third-party update --allThis updates wasmtime, wasm-tools, and applies GenVM-specific patches.
The repository will be ready for development with all dependencies properly configured.
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です



