Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
melonask avatar

Evm Address

  • 5 installs
  • Updated January 24, 2026
  • melonask/evm-address-skills

Helps with ai & agent building tasks.

About

evm-address is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • evm-address
  • AI & Agent Building
  • AI-coding skill

Evm Address by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #13,065 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/melonask/evm-address-skills --skill evm-address

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
Last updatedJanuary 24, 2026
Repositorymelonask/evm-address-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

EVM Address Generator

Overview

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

1. XPUB (BIP-44): Generates EOA addresses using an extended public key. 2. Factory (CREATE2): Generates contract addresses for EIP-1167 minimal proxies.

Installation

SDK

npm install @evm-address/sdk

CLI

npm install -g @evm-address/cli

Quick Start (SDK)

import { createXpubGenerator } from "@evm-address/sdk";

const generator = createXpubGenerator({ xpub: "xpub..." });
const address = generator.generate(0);

Detailed Documentation

  • [SDK Guide](references/sdk.md): Full API for programatic address generation.
  • [CLI Guide](references/cli.md): Usage patterns for the command-line tool.
  • [Smart Contract Deployment](references/deployment.md): How to deploy and verify the required contracts.
  • [Contract Source Code](references/contracts.md): Solidity source code for Factory, Delegate, and Permit contracts.

Strategies Support

StrategyLogic
BIP-44Traditional EOA derivation (m/44'/60'/0'/0/i)
CREATE2Counterfactual contracts via WalletFactory
EIP-7702Delegation to SweeperDelegate
Permit/AuthBatch sweeping via PermitSweeper

Security Note

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.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.