Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aurora-is-near/evm-bully

Stress testing and benchmarking tool for the NEAR EVM
https://github.com/aurora-is-near/evm-bully

Last synced: 10 days ago
JSON representation

Stress testing and benchmarking tool for the NEAR EVM

Awesome Lists containing this project

README

        

## `evm-bully` --- stress testing and benchmarking tool for the NEAR EVM

[![Go Reference](https://pkg.go.dev/badge/github.com/aurora-is-near/evm-bully.svg)](https://pkg.go.dev/github.com/aurora-is-near/evm-bully)
[![CI](https://github.com/aurora-is-near/evm-bully/actions/workflows/ci.yml/badge.svg)](https://github.com/aurora-is-near/evm-bully/actions/workflows/ci.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/aurora-is-near/evm-bully)](https://goreportcard.com/report/github.com/aurora-is-near/evm-bully)

### Installation

go get -u -v github.com/aurora-is-near/evm-bully

(How to [install Go](https://golang.org/doc/install). Add `$GOPATH/bin`
to your `$PATH`.)

### Documentation

- [Server setup](doc/server.md)
- [Replaying an Ethereum testnet](doc/replay.md)
- [Replay failing transactions](doc/replay-tx.md)