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

https://github.com/zeroxbrock/contender-new-lib

example custom spammer built with contender
https://github.com/zeroxbrock/contender-new-lib

Last synced: 9 months ago
JSON representation

example custom spammer built with contender

Awesome Lists containing this project

README

          

# custom contender spammer example

first, run a node:

```sh
anvil -b 1
```

then run the spammer:

```sh
cargo run
```

It will spam your node with 100 txs/sec for 20 seconds, then generate a report and open it in your web browser.

Check out the [source code](./src/main.rs) to see how it works!