Skip to content

vanilla3/test2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameRegistry

概要 / Overview

  • 日本語: モジュール管理・依存関係管理・権限管理を担うレジストリ
  • English: Registry for module management, dependencies, and access control.

ソースファイル / Source File

  • src/core/GameRegistry.sol

コンストラクタ引数 / Constructor Arguments

string _gameName, string _gameVersion, address admin

サンプル値 / Sample Values

_gameName: "VNL Test Game"
_gameVersion: "1.0.0"
admin: <OWNER_ADDRESS>

Owner移譲 / Ownership Transfer

  • transferOwnership対応: No

申請方法 / How to Submit

  1. このZIPファイルを申請サイトにアップロード
  2. Contract Picker で GameRegistry を選択
  3. Constructor Arguments に上記のサンプル値を参考に入力
  4. 必要に応じてOwnerアドレスを設定

ビルド確認 / Build Verification

# 展開後
cd gameregistry-submission
forge build

Generated: 2026-01-13 03:49:51 VNL Works Co., Ltd.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors