项目作者: asteroidrush
项目描述 :
Validatior for EOSIO ABI file
高级语言: Groovy
项目地址: git://github.com/asteroidrush/eosabi-validator.git
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
- JSON validation: validator parses content with jackson, if fails it will inform about error and set cursor at error location.
- Basic validation of ABI structure, checks the availability of ABI fields.
- Shows info about presented actions, structs, tables and types.
- 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.