项目作者: asteroidrush

项目描述 :
Validatior for EOSIO ABI file
高级语言: Groovy
项目地址: git://github.com/asteroidrush/eosabi-validator.git
创建时间: 2018-11-10T16:18:44Z
项目社区:https://github.com/asteroidrush/eosabi-validator

开源协议:Apache License 2.0

下载


eosabi-validator

Web based validator for ABI files of EOSIO contracts.

More info about ABI content at developer portal:
Understanding ABI Files.

Made with Groovy and Vaadin.

Features

  1. JSON validation: validator parses content with jackson, if fails it will inform about error and set cursor at error location.
  2. Basic validation of ABI structure, checks the availability of ABI fields.
  3. Shows info about presented actions, structs, tables and types.
  4. Perfom basic checks that all tables and actions have corresponding structs and all used types definied in types section.

WIP

Validator may accept broken abi or find errors in correct file, please,
create an ISSUE with examples.