·token-minter
!

token-minter

kukapay/crypto-skills

EVM ネットワーク上でカスタム ERC20 トークンを生成、構築、展開します。ユーザーが名前、シンボル、小数、初期供給などのカスタム パラメーターを使用して独自の ERC20 トークンを作成して展開する場合に使用します。 Sepolia テストネットを含むさまざまなネットワークへの展開をサポートし、ブロックチェーンの相互作用には Foundry (forge/cast) が必要です。

8インストール·0トレンド·@kukapay

インストール

$npx skills add https://github.com/kukapay/crypto-skills --skill token-minter

SKILL.md

This skill enables users to create custom ERC20 tokens by collecting parameters, generating Solidity code, setting up a Foundry project, building the contract, and deploying to a target EVM network.

Step 1: Collect Information Collect the following parameters from the user:

Step 2: Generate ERC20 Contract Use the provided script to generate the ERC20 contract code based on user parameters.

EVM ネットワーク上でカスタム ERC20 トークンを生成、構築、展開します。ユーザーが名前、シンボル、小数、初期供給などのカスタム パラメーターを使用して独自の ERC20 トークンを作成して展開する場合に使用します。 Sepolia テストネットを含むさまざまなネットワークへの展開をサポートし、ブロックチェーンの相互作用には Foundry (forge/cast) が必要です。 ソース: kukapay/crypto-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/kukapay/crypto-skills --skill token-minter
カテゴリ
!セキュリティ
認証済み
初回登録
2026-02-12
更新日
2026-02-18

クイックアンサー

token-minter とは?

EVM ネットワーク上でカスタム ERC20 トークンを生成、構築、展開します。ユーザーが名前、シンボル、小数、初期供給などのカスタム パラメーターを使用して独自の ERC20 トークンを作成して展開する場合に使用します。 Sepolia テストネットを含むさまざまなネットワークへの展開をサポートし、ブロックチェーンの相互作用には Foundry (forge/cast) が必要です。 ソース: kukapay/crypto-skills。

token-minter のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/kukapay/crypto-skills --skill token-minter インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/kukapay/crypto-skills