You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
519 B

  1. # miksi [![Test](https://github.com/miksi-labs/miksi-core/workflows/Test/badge.svg)](https://github.com/miksi-labs/miksi-core/actions?query=workflow%3ATest)
  2. *From Esperanto, **miksi** (miks·i): to mingle, to blend, to mix, to shuffle*
  3. ![](miksi-logo00-small.png)
  4. **Warning:** This repository is in a very early stage.
  5. ## Circuits tests
  6. ```
  7. npm run test-circuits
  8. ```
  9. ## Smart Contracts tests
  10. ```
  11. npm run test-sc
  12. ```
  13. ### Compile circom circuit & generate Groth16 verifier contract
  14. ```
  15. ./compile-circuits.sh
  16. ```