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.

24 lines
491 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. **Warning:** This repository is in a very early stage.
  4. ## Circuits tests
  5. ```
  6. npm run test-circuits
  7. ```
  8. ## Smart Contracts tests
  9. ```
  10. npm run test-sc
  11. ```
  12. ### Compile circom circuit & generate Groth16 verifier contract
  13. ```
  14. ./compile-circuits.sh
  15. ```