1 unstable release

0.1.0 Oct 12, 2022

#5 in #pbs

MIT license

14KB
188 lines

zenith-rs

Github Actions Crates.io

Zenith is the block space market for the interchain and this crate provides tools to interact with it.

The crate is limited to the demand/searcher side. This means querying auctions and submitting bids.

To use zenith-rs add it to your [dependencies]

[dependencies]

zenith-rs = { version = "0.1",  default-features = false }

Contributing

Please see CONTRIBUTING.md for details.


lib.rs:

Bid on blockspace via the mekatek block auctions.

This crate provides a simple wrapper around the Zenith block Builder API. It allows anyone to bid on block space auctions and poll for available auctions coming up.

Usage

Add zenith-rs to the dependencies section of your Cargo.toml file.

[dependencies]
zenith-rs = "1"

Dependencies

~4–20MB
~301K SLoC