tav / validate-rosetta

Validator for Rosetta API implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo provides a spike implementation of validate-rosetta, a performance-oriented validator for Rosetta API implementations.

To build:

go build -o validate-rosetta main.go

To validate a Data API implementation, modify config.json as needed, and then run:

./validate-rosetta data config.json

About

Validator for Rosetta API implementations

License:Apache License 2.0


Languages

Language:Go 99.7%Language:Shell 0.3%