crypto-wallet-testing
Installation
SKILL.md
Crypto Wallet for Testing
A pre-funded wallet you can tap into whenever you need funds for on-chain testing or experiments. This is a low-value utility wallet — draw what you need, leave the rest for future operations.
You already know how to deploy contracts, send transactions, and interact with chains. This skill just tells you where the funds are and the rules for using them.
Finding the Wallet
Resolve the private key using this precedence (stop at the first match):
TESTING_WALLET_PK_FILEenv var — path to a file containing the hex-encoded private keycat "$TESTING_WALLET_PK_FILE"- Convention path —
~/.config/crypto-wallet-testing/pk.hex
Related skills