Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 616 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 616 Bytes

THIS REPO HAS BEEN MERGED WITH SIGNET-SDK

zenith-rs

Rust types & utilities for working with Zenith.

rust ecr

Development

This project requires Rust 1.82.0 or newer.

To build the project, run make build. To run tests, run make test. Before committing code, make sure to run make tidy, which will run clippy and format the whole project.