NatoliChris / diablo-benchmark

The "DIstributed Analytical BLOckchain" Benchmark Framework. (Diablo). Measures blockchains with a focus on real-world applications and workload generation.
Apache License 2.0
11 stars 8 forks source link

Integrate Avalanche #10

Closed gauthier-voron closed 2 years ago

gauthier-voron commented 2 years ago

IT could be interesting to integrate Avalanche

lebdron commented 2 years ago

The task here is to write the deployment scripts. Avalanche supports Ethererum API, so the following config file works:

name: "ethereum"
nodes:
  - 127.0.0.1:9650/ext/bc/C/ws
key_file: "./scripts/sample/keys.json"
window: 3
gauthier-voron commented 2 years ago

Perfect!