UNPKG

vrf-solidity

Version:

Verifiable Random Function (VRF) library written in Solidity

23 lines (19 loc) 301 B
dist: trusty sudo: false group: beta language: node_js node_js: - "10" - "12" cache: directories: - node_modules jobs: fast_finish: true include: - stage: tests name: "Linter" script: npm run lint - stage: tests name: "Unit tests" script: npm run test