Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 409 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 409 Bytes

Smart Valdiator 2 Build Status

This is the new version of the smart validator taking off the original RIPE NCC RPKI Validator.

Launch it using:

java -jar "jar name"

Developement:

  1. clone with '--recursive' flag on.
  2. to build - simply run: mvn clean package.