Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 610 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 610 Bytes

parser-testing

Runs @solidity-parser/parser over real-world targets

Targets

 {
   repo: "https://github.com/OpenZeppelin/openzeppelin-contracts.git",
   folder: "openzeppelin-contracts",
   branch: "master",
   contracts: "contracts"
 },
 {
   repo: "https://github.com/omisego/plasma-contracts.git",
   folder: "plasma-contracts",
   branch: "master",
   contracts: "plasma_framework/contracts"
 },
 {
   repo: "https://github.com/Synthetixio/synthetix.git",
   folder: "synthetix",
   branch: "alpha",
   contracts: "contracts"
 }