essential-rest-client

Crates.ioessential-rest-client
lib.rsessential-rest-client
version0.6.0
sourcesrc
created_at2024-07-08 04:45:50.682068
updated_at2024-11-06 03:11:39.681695
descriptionClient for interacting with the Essential Server
homepagehttps://essential.builders/
repositoryhttps://github.com/essential-contributions/essential-integration
max_upload_size
id1295365
size81,940
(essentialcontributions)

documentation

README

essential-rest-client

Crates.io Documentation license Build Status

This is a Rust library and CLI tool that allows you to easily make rest requests to essential-node and essential-builder.

Essential REST Client

Usage: essential-rest-client <COMMAND>

Commands:
  list-blocks                     List blocks in the given block number range
  query-state                     Query the state of a contract
  deploy-contract                 Deploy a contract
  submit-solution                 Submit a solution
  latest-solution-failures        Get the latest failures for solution
  help                            Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

Essential REST Client

This library provides a client for interacting with the Essential node and Essential builder.

Essential Node

Block and state related endpoints.

Essential Builder

Contract deployment and solution submission related endpoints.

Commit count: 104

cargo fmt