https://github.com/init4tech/zenith-rs
rust types and services for Zenith 🎀
https://github.com/init4tech/zenith-rs
Last synced: 4 months ago
JSON representation
rust types and services for Zenith 🎀
- Host: GitHub
- URL: https://github.com/init4tech/zenith-rs
- Owner: init4tech
- Created: 2024-05-01T04:24:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T20:11:50.000Z (5 months ago)
- Last Synced: 2025-02-14T02:16:48.904Z (4 months ago)
- Language: Rust
- Size: 294 KB
- Stars: 28
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ethereum-rust - zenith-rs
README
# zenith-rs
Rust types & utilities for working with [Zenith](https://github.com/init4tech/zenith).
 
## 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.