An open API service indexing awesome lists of open source software.

https://github.com/deltartificial/subscribe-blocks-ethers-rs

Simple example of using Ethers-RS to subscribe to new blocks with Rust.
https://github.com/deltartificial/subscribe-blocks-ethers-rs

Last synced: 4 months ago
JSON representation

Simple example of using Ethers-RS to subscribe to new blocks with Rust.

Awesome Lists containing this project

README

        

# Subscribe-blocks-ethers-rs

Simple example of using Ethers-RS to subscribe to new blocks with Rust.

### Usage

1. Replace your WSS endpoint in main.rs

2. Install dependencies

```bash
cargo check
```

3. Run the script

```bash
cargo run
```

Fun