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

https://github.com/valamidev/evm-rpc-tester


https://github.com/valamidev/evm-rpc-tester

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# evm-rpc-tester

To install dependencies:

```bash
bun install
```

### Available tests:

##### Realtime tests:

- Realtime indexing workload Based on Ponder indexer
```bash
bun run realtime
```

##### Archive tests:

- (Under development) Common archive RPC requests, based on hard to detect issues.
```bash
bun run archive
```