Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Mar 28, 2024
1 parent f1626e5 commit 0f607a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Alloy Examples

These examples demonstrate the main features of [alloy](https://github.com/alloy-rs/alloy) and [alloy core](https://github.com/alloy-rs/core) as well as how to use them.

To run an example, use the command `cargo run --example <Example>`:

```sh
cargo run --example mnemonic_signer
```
These examples demonstrate the main features of [alloy](https://github.com/alloy-rs/alloy) and [alloy-core](https://github.com/alloy-rs/core) as well as how to use them.

[![Telegram chat][telegram-badge]][telegram-url]

[`ethers-rs`]: https://github.com/gakonst/ethers-rs
[telegram-badge]: https://img.shields.io/endpoint?color=neon&style=for-the-badge&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fethers_rs
[telegram-url]: https://t.me/ethers_rs

---
## Usage

To run an example, use the command `cargo run --example <Example>`:

```sh
cargo run --example mnemonic_signer
```

## Overview

Expand Down

0 comments on commit 0f607a2

Please sign in to comment.