Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples section in readme #14

Merged
merged 1 commit into from
Jun 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,23 @@ List of crates in the repository :-
- [eigen-services](https://github.com/supernovahs/eigen-rs/tree/main/crates/services) - Spawn tokio services for operators info , bls aggregation
- [eigen-types](https://github.com/supernovahs/eigen-rs/tree/main/crates/types) - Common types

## Examples

You can run any [example](https://github.com/supernovahs/eigensdk-rs/tree/main/examples) using the command cargo run -p <example-name>

Example :
```
cargo run -p info-operator-service

```

## Contributor Guidelines

We are actively looking for contributors. Thanks for your interest.

Ensure the following passes when raising a PR

- `cargo test --workspace`
- `cargo test --workspace --all-features`
- `cargo +nightly fmt -- --check`

## Supported Rust Version
Expand Down
Loading