Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 667 Bytes

File metadata and controls

9 lines (5 loc) · 667 Bytes

solidity-test-and-security-pipeline

This is our current gitlab pipeline based on docker + gitlab-ci. Our vision is to have full coverage and automatically audit code, to be 100% sure that our smart contracts are safe from well known bugs and follow good practices.

We use Solium as code linter, Solidity Coverage as test coverage tool customized with our 100% threshold coverage checker, and Solium and Myhtril. Thanks community for this amazing tools!

TODO

  • Implement a custom gitlab runner to speed up the pipeline execution