Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aurora-is-near/evm-bully
- Owner: aurora-is-near
- License: cc0-1.0
- Created: 2021-02-08T16:46:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:18:58.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T02:08:44.945Z (7 months ago)
- Language: Go
- Homepage:
- Size: 329 KB
- Stars: 27
- Watchers: 14
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)