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-cliOr 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/ordersNext Steps
- Wallet Options — Configure how you provide your Ethereum wallet
- Signature Options — Control chain ID, binding mode, replay protection, and more
- Configuration — Set defaults with
.erc8128rc.json - Examples — Common usage patterns