Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
CLI – ERC-8128
Skip to content

CLI

@slicekit/erc8128-cli is a command-line tool for signing HTTP requests with ERC-8128 — think of it as curl with built-in Ethereum authentication.

Installation

Install globally:

npm
npm install -g @slicekit/erc8128-cli

Or run directly with npx:

npx @slicekit/erc8128-cli curl <url>

Basic Usage

erc8128 curl [options] <url>

If you have a config file set up, the minimal command is just:

erc8128 curl https://api.example.com/orders

Next Steps