Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 746 Bytes

File metadata and controls

25 lines (16 loc) · 746 Bytes

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.