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
- Host: GitHub
- URL: https://github.com/zeroxbrock/contender-new-lib
- Owner: zeroXbrock
- Created: 2025-08-27T00:31:26.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-27T00:38:45.000Z (10 months ago)
- Last Synced: 2025-08-27T09:19:14.197Z (10 months ago)
- Language: Rust
- Size: 61.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!