Skip to main content
Last updated

Package @kadena/client

@kadena/client allows JavaScript/TypeScript users to easily interact with the Kadena Blockchain.

Readme for @kadena/client v1.0.0 This is the README for @kadena/client v1.0.0 that introduces a new API
To read the README for the old API (< 0.6.1) read client_v0.6.1/packages/libs/client/README.md

Getting started

Transaction building

Interaction with the Kadena Blockchain works in various ways. In @kadena/client we expose a builder pattern and a functional pattern . They can both be used with or without the use of type-definitions, but it's recommended to use the type definitions that you can generate with the @kadena/pactjs-cli

Signing

There's also information on an integrated way of signing using Chainweaver . With @kadena/client you can also send a request to the blockchain . That's covered in this article. We'll also be exploring the concepts and rationale of @kadena/client.