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

https://github.com/astarnetwork/benchmark-evm-wasm


https://github.com/astarnetwork/benchmark-evm-wasm

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# WASM EVM Benchmarking

### 1. build contracts
```shell
chmod +x ./compile.sh
./compile.sh
```

### 2. run Benchmarks
Ensure a node is running!
```shell
yarn
yarn bench
```