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
.