Crates.io | essential-rest-client |
lib.rs | essential-rest-client |
version | 0.6.0 |
source | src |
created_at | 2024-07-08 04:45:50.682068 |
updated_at | 2024-11-06 03:11:39.681695 |
description | Client for interacting with the Essential Server |
homepage | https://essential.builders/ |
repository | https://github.com/essential-contributions/essential-integration |
max_upload_size | |
id | 1295365 |
size | 81,940 |
This is a Rust library and CLI tool that allows you to easily make rest requests to essential-node
and essential-builder
.
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
This library provides a client for interacting with the Essential node and Essential builder.
Block and state related endpoints.
Contract deployment and solution submission related endpoints.