Skip to content

corrigac/xk6-vechain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xk6-vechain

This repository contains the xk6 extension for interacting with the VeChain blockchain.

Usage

To build the executable:

CGO_ENABLED=1 xk6 build --with github.com/darrenvechain/xk6-vechain=. --with github.com/grafana/xk6-dashboard@latest --with github.com/grafana/xk6-output-influxdb@latest

Start thor solo:

thor solo

Optional: Start Grafana + InfluxDB:

docker compose up -d --wait

To run the tests:

K6_INFLUXDB_ORGANIZATION=vechain \
K6_INFLUXDB_BUCKET=vechain \
K6_INFLUXDB_TOKEN=admin-token \
./k6 run -o xk6-influxdb=http://localhost:8086 test.js

About

xk6-vechain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 83.2%
  • JavaScript 12.3%
  • Solidity 4.5%