injective-cli
Installation
SKILL.md
Injective CLI, Skill Guide
Overview
Use the injectived binary to query and transact against an Injective chain with consistent wallet handling, endpoint selection, and gas configuration. Use the bundled CLI command map and reference docs to find the right subcommands and flags quickly.
By invoking any script in this skill, you agree to the Terms of Use in TERMS_OF_USE.
Workflow
1) Locate or install the binary
Use a local injectived binary if possible. If it is not on PATH,
npm i -g injective-core@latest
One-time commands can be run via npx injective-core, example: npx injective-core --version.
The rest of documentation will use injectived as a reference.