morley-client: Client to interact with the Tezos blockchain

[ blockchain, library, mit, program ] [ Propose Tags ]
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.3.2, 0.4.0
Change log CHANGES.md
Dependencies aeson, aeson-casing, base-noprelude (>=4.7 && <5), binary, bytestring, co-log, co-log-core, colourista, constraints, containers, data-default, fmt, hex-text, http-client, http-client-tls, http-types, lens, lorentz, megaparsec, memory, morley, morley-client, morley-prelude, mtl, named, optparse-applicative, process, random, safe-exceptions, scientific, servant, servant-client, servant-client-core, singletons, syb, text, time, universum, unliftio [details]
License MIT
Copyright 2019-2021 Tocqueville Group, 2021-2022 Oxhead Alpha
Author Serokell, Tocqueville Group
Maintainer Serokell <hi@serokell.io>
Category Blockchain
Home page https://gitlab.com/morley-framework/morley
Bug tracker https://gitlab.com/morley-framework/morley/-/issues
Source repo head: git clone git@gitlab.com:morley-framework/morley.git
Uploaded by pasqu4le at 2022-09-21T13:37:35Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables morley-client
Downloads 459 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for morley-client-0.2.1

[back to package description]

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) tezos-node and uses the tezos-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.