Add very initial version of smart contracts with tests

This commit is contained in:
arnaucube
2020-05-09 19:01:41 +02:00
parent 7f7ba4f7cb
commit e0dfc2ab6c
16 changed files with 537 additions and 27 deletions

View File

@@ -1,4 +1,20 @@
# miksilo
# miksi [![Test](https://github.com/miksi-labs/miksi-core/workflows/Test/badge.svg)](https://github.com/miksi-labs/miksi-core/actions?query=workflow%3ATest)
*From Esperanto, **miksi** (miks·i): to mingle, to blend, to mix, to shuffle*
**Warning:** This repository is in a very early stage.
## Circuits tests
```
npm run test-circuits
```
## Smart Contracts tests
```
npm run test-sc
```
### Compile circom circuit & generate Groth16 verifier contract