https://github.com/valamidev/evm-rpc-tester
https://github.com/valamidev/evm-rpc-tester
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valamidev/evm-rpc-tester
- Owner: valamidev
- License: mit
- Created: 2025-06-29T10:37:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-30T07:18:52.000Z (about 1 year ago)
- Last Synced: 2025-06-30T08:30:41.038Z (about 1 year ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```