<!-- genericHeader start -->

# @kadena/kadena-cli

Kadena CLI tool to interact with the Kadena blockchain (manage keys,
transactions, etc.)

<picture>
  <source srcset="https://raw.githubusercontent.com/kadena-community/kadena.js/main/common/images/Kadena.JS_logo-white.png" media="(prefers-color-scheme: dark)"/>
  <img src="https://raw.githubusercontent.com/kadena-community/kadena.js/main/common/images/Kadena.JS_logo-black.png" width="200" alt="kadena.js logo" />
</picture>

<!-- genericHeader end -->

## Documentation

[Reference documentation][1]

# KADENA CLI

The Kadena CLI embodies our commitment to simplicity, power, and flexibility for
developers. It's crafted to streamline your development process, offering direct
and efficient access to Kadena's blockchain capabilities. This tool caters to
the pragmatic needs of developers by providing a straightforward, command-line
interface that integrates seamlessly into your workflow, allowing you to focus
on building robust, innovative applications without the overhead of unnecessary
complexity. Our philosophy centers on empowering developers with the tools they
need to unlock the full potential of the kadena blockchain, in a clear and
concise manner.

## Installation from npm

```npm
npm install -g @kadena/kadena-cli
```

## Installation from pnpm

```pnpm
pnpm install -g @kadena/kadena-cli
```

Read more at [docs.kadena.io][1]

[1]: https://docs.kadena.io/reference/kadena-cli
