·evm-address
</>

evm-address

melonask/evm-address-skills

Guide for generating deterministic EVM deposit addresses offline using @evm-address/sdk and CLI. Supports BIP-44 (XPUB) and CREATE2 (Factory) strategies with zero private key exposure. Use when implementing deposit systems, batch sweeping, or offline address generation.

4Installs·0Trend·@melonask

Installation

$npx skills add https://github.com/melonask/evm-address-skills --skill evm-address

SKILL.md

The evm-address toolkit allows for the offline, deterministic generation of EVM deposit addresses. It supports two primary modes:

| BIP-44 | Traditional EOA derivation (m/44'/60'/0'/0/i) | | CREATE2 | Counterfactual contracts via WalletFactory | | EIP-7702 | Delegation to SweeperDelegate | | Permit/Auth | Batch sweeping via PermitSweeper |

This tool is designed for offline use and never requires your private keys. It only uses public information (XPUB or contract addresses) to derive deterministic deposit locations.

Guide for generating deterministic EVM deposit addresses offline using @evm-address/sdk and CLI. Supports BIP-44 (XPUB) and CREATE2 (Factory) strategies with zero private key exposure. Use when implementing deposit systems, batch sweeping, or offline address generation. Source: melonask/evm-address-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/melonask/evm-address-skills --skill evm-address
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is evm-address?

Guide for generating deterministic EVM deposit addresses offline using @evm-address/sdk and CLI. Supports BIP-44 (XPUB) and CREATE2 (Factory) strategies with zero private key exposure. Use when implementing deposit systems, batch sweeping, or offline address generation. Source: melonask/evm-address-skills.

How do I install evm-address?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/melonask/evm-address-skills --skill evm-address Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/melonask/evm-address-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01

Related Skills

None