From 1fd42ca4d95da877337b2134599889b67ab802b8 Mon Sep 17 00:00:00 2001 From: supernovahs Date: Sat, 8 Jun 2024 00:15:30 +0530 Subject: [PATCH] Examples section in readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dcc64e0..bfcb7d12 100644 --- a/README.md +++ b/README.md @@ -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 : +``` +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