@hackage morley-client0.4.0

Client to interact with the Tezos blockchain

⚠️ Note: this project is deprecated.

It is no longer maintained since the activation of protocol "Nairobi" on the Tezos mainnet (June 24th, 2023).

Morley-client

This package implements a client to interact with the Tezos blockchain. It is intended to be used both as a library and as a tool.

morley-client uses the Tezos RPC API to interact with a remote (or local) octez-node and uses the octez-client binary for some operations, such as signing and local contract manipulations.

IMPORTANT: morley-client is still actively developed and unstable. Its interface(s) may change abruptly and it shouldn't be used for anything but testing.

Command line interface

At the moment, the morley-client CLI can be used to perform a handful of operations.

You can use:

morley-client --help

to get a list of available commands and info about common options.

You can also use:

morley-client COMMAND --help

to get more information about each of the available COMMAND and its options.