@dcentralab/d402-wallet
v1.0.13
Published
CLI tool to create IATP wallets for D402 skills.
Readme
@dcentralab/d402-wallet
CLI tool to create IATP wallets for D402 skills.
Usage
Production (Arbitrum mainnet):
npx @dcentralab/d402-walletTestnet (Sepolia):
npx @dcentralab/d402-wallet@testEnvironment Variables
| Variable | Description |
|----------|-------------|
| PK or PRIVATE_KEY | Optional. Existing EVM private key to use. If not set, a new keypair is generated. |
Output
Outputs JSON to stdout:
{
"privateKey": "0x...",
"address": "0x...",
"iatpWalletAddress": "0x..."
}Logs go to stderr so you can pipe the JSON output safely.
