injective-wallet-ops
Installation
SKILL.md
Injective Wallet Operations Skill
Overview
Generate, derive, fund, and manage Injective wallets in bulk. Based on proven patterns from an Injective RFQ test framework.
Reference Code
Key implementation files (from an Injective RFQ test framework):
- Wallet library:
src/rfq_test/crypto/wallet.py - Mass generation:
scripts/generate_wallets.py,scripts/setup_wallets.py - Key derivation CLI:
derive_key.py - Mass funding:
scripts/fund_subaccounts.py,scripts/fund_demo_subaccounts.py - Balance checks:
scripts/check_balances.py,scripts/check_all_balances.py