| CARVIEW |
morley-client: Client to interact with the Tezos blockchain
A client to interact with the Tezos blockchain, by use of the octez-node RPC and/or of the octez-client binary.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Morley
- Morley.Client
- Morley.Client.Action
- Morley.Client.App
- Morley.Client.Full
- Morley.Client.Init
- Morley.Client.Logging
- Morley.Client.OnlyRPC
- Morley.Client.Parser
- Morley.Client.RPC
- Morley.Client.TezosClient
- Morley.Client.Types
- Morley.Client.Util
- Util
- Morley.Client
Downloads
- morley-client-0.4.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| 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), bimap, binary, bytestring, co-log, co-log-core, colourista, constraints, containers, data-default, hex-text, http-client, http-client-tls, http-types, lens, lorentz, megaparsec, memory, morley, morley-client, morley-prelude, mtl, optparse-applicative, process, random, safe-exceptions, scientific, servant, servant-client, servant-client-core, singletons, syb, text, time, unliftio [details] |
| License | MIT |
| Copyright | 2019-2021 Tocqueville Group, 2021-2023 Oxhead Alpha |
| Author | Serokell, Tocqueville Group |
| Maintainer | Serokell <libraries@serokell.io> |
| Uploaded | by pasqu4le at 2023-07-31T17:42:56Z |
| Revised | Revision 1 made by pasqu4le at 2023-08-03T16:20:53Z |
| 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 |
| Distributions | |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Executables | morley-client |
| Downloads | 862 total (43 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.4.0
[back to package description]⚠️ 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.